mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
release names
This commit is contained in:
parent
5b488a3887
commit
0ced985cc9
6
.github/workflows/linux-aarch64-nightly.yml
vendored
6
.github/workflows/linux-aarch64-nightly.yml
vendored
@ -142,11 +142,11 @@ jobs:
|
||||
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 }}
|
||||
tag_name: linux-arm64-nightly-${{ github.sha }}
|
||||
name: Linux ARM64 Nightly Build
|
||||
tag_name: linux-arm64-nightly-latest
|
||||
files: |
|
||||
src-tauri/target/aarch64-unknown-linux-gnu/release/bundle/appimage/*.AppImage
|
||||
src-tauri/target/aarch64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
6
.github/workflows/linux-x86_64-nightly.yml
vendored
6
.github/workflows/linux-x86_64-nightly.yml
vendored
@ -70,11 +70,11 @@ jobs:
|
||||
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 }}
|
||||
tag_name: linux-nightly-${{ github.sha }}
|
||||
name: Linux x86_64 Nightly Build
|
||||
tag_name: linux-x86_64-nightly-latest
|
||||
files: |
|
||||
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.AppImage
|
||||
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
6
.github/workflows/macos-nightly.yml
vendored
6
.github/workflows/macos-nightly.yml
vendored
@ -70,11 +70,11 @@ jobs:
|
||||
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: MacOS Nightly Build ${{ github.sha }}
|
||||
tag_name: macos-nightly-${{ github.sha }}
|
||||
name: MacOS Nightly Build
|
||||
tag_name: macos-nightly-latest
|
||||
files: |
|
||||
src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/*.dmg
|
||||
src-tauri/target/aarch64-apple-darwin/release/bundle/dmg/*.dmg
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
6
.github/workflows/windows-nightly.yml
vendored
6
.github/workflows/windows-nightly.yml
vendored
@ -51,9 +51,9 @@ jobs:
|
||||
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 }}
|
||||
tag_name: windows-nightly-${{ github.sha }}
|
||||
name: Windows Nightly Build
|
||||
tag_name: windows-nightly-latest
|
||||
files: src-tauri/target/release/*.exe
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user