updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 16:28:18 +08:00
parent fffcae4581
commit 4c63e77b07

View file

@ -43,13 +43,6 @@ jobs:
- name: Build Tauri
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
id: create_release
uses: actions/create-release@v1