mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 22:05:24 +08:00
updated github actions workflow
This commit is contained in:
parent
fffcae4581
commit
4c63e77b07
7
.github/workflows/build-validation.yml
vendored
7
.github/workflows/build-validation.yml
vendored
|
@ -43,13 +43,6 @@ jobs:
|
||||||
- name: Build Tauri
|
- name: Build Tauri
|
||||||
run: mise exec bun --command 'bun run tauri build'
|
run: mise exec bun --command 'bun run tauri build'
|
||||||
|
|
||||||
- name: Upload build artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: stort-appimage.zip
|
|
||||||
path: ./src-tauri/target/release/bundle/appimage/*.AppImage
|
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|
Loading…
Reference in a new issue