Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored May 23, 2024
1 parent aad00ee commit 5311967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: rpm
path: ./gui/src-tauri/target/release/bundle/rpm/ztmapp-0.0.3-1.x86_64.rpm
path: ./gui/src-tauri/target/release/bundle/rpm/ztm-0.0.3-1.x86_64.rpm
- uses: actions/upload-artifact@v2
with:
name: deb
path: ./gui/src-tauri/target/release/bundle/deb/ztmapp_0.0.3_amd64.deb
path: ./gui/src-tauri/target/release/bundle/deb/ztm_0.0.3_amd64.deb
- uses: actions/upload-artifact@v2
with:
name: appimage
path: ./gui/src-tauri/target/release/bundle/appimage/ztmapp_0.0.3_amd64.AppImage
path: ./gui/src-tauri/target/release/bundle/appimage/ztm_0.0.3_amd64.AppImage

0 comments on commit 5311967

Please sign in to comment.