mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
test release workflow
This commit is contained in:
parent
fcb5cfb9ea
commit
12053fe1b4
2
.github/workflows/linux-aarch64-nightly.yml
vendored
2
.github/workflows/linux-aarch64-nightly.yml
vendored
@ -139,7 +139,7 @@ jobs:
|
||||
path: src-tauri/target/aarch64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||
|
||||
- name: Create Release
|
||||
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
||||
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: Linux ARM64 Nightly Build ${{ github.sha }}
|
||||
|
2
.github/workflows/linux-x86_64-nightly.yml
vendored
2
.github/workflows/linux-x86_64-nightly.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
path: src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||
|
||||
- name: Create Release
|
||||
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
||||
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: Linux Nightly Build ${{ github.sha }}
|
||||
|
2
.github/workflows/macos-nightly.yml
vendored
2
.github/workflows/macos-nightly.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
path: src-tauri/target/aarch64-apple-darwin/release/bundle/dmg/*.dmg
|
||||
|
||||
- name: Create Release
|
||||
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
||||
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: Nightly Build ${{ github.sha }}
|
||||
|
6
.github/workflows/test-release.yml
vendored
6
.github/workflows/test-release.yml
vendored
@ -14,25 +14,21 @@ jobs:
|
||||
with:
|
||||
workflow: macos-nightly.yml
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
inputs: '{"event_name": "schedule"}'
|
||||
|
||||
- name: Trigger Windows Build
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: windows-nightly.yml
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
inputs: '{"event_name": "schedule"}'
|
||||
|
||||
- name: Trigger Linux x86_64 Build
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: linux-x86_64-nightly.yml
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
inputs: '{"event_name": "schedule"}'
|
||||
|
||||
- name: Trigger Linux ARM64 Build
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: linux-aarch64-nightly.yml
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
inputs: '{"event_name": "schedule"}'
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
2
.github/workflows/windows-nightly.yml
vendored
2
.github/workflows/windows-nightly.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
path: src-tauri/target/release/*.exe
|
||||
|
||||
- name: Create Release
|
||||
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
||||
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: Windows Nightly Build ${{ github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user