mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
updated workflow for linux
This commit is contained in:
parent
f8d7d32ca4
commit
4e1dfd67ad
8
.github/workflows/linux-nightly.yml
vendored
8
.github/workflows/linux-nightly.yml
vendored
@ -60,13 +60,13 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-appimage
|
name: linux-appimage
|
||||||
path: src-tauri/target/release/bundle/appimage/*.AppImage
|
path: src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.AppImage
|
||||||
|
|
||||||
- name: Upload Debian Package
|
- name: Upload Debian Package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-deb
|
name: linux-deb
|
||||||
path: src-tauri/target/release/bundle/deb/*.deb
|
path: src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
if: github.event_name == 'schedule' # Only create release for scheduled builds
|
||||||
@ -75,8 +75,8 @@ jobs:
|
|||||||
name: Linux Nightly Build ${{ github.sha }}
|
name: Linux Nightly Build ${{ github.sha }}
|
||||||
tag_name: linux-nightly-${{ github.sha }}
|
tag_name: linux-nightly-${{ github.sha }}
|
||||||
files: |
|
files: |
|
||||||
src-tauri/target/release/bundle/appimage/*.AppImage
|
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.AppImage
|
||||||
src-tauri/target/release/bundle/deb/*.deb
|
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
|
||||||
prerelease: true
|
prerelease: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user