Skip to content

Commit

Permalink
remove linux appimage target
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen committed Jan 13, 2025
1 parent 3710f13 commit a97ce98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@ jobs:
- name: Rename deb
run: mv ./gui/src-tauri/target/release/bundle/deb/ztm_${{ vars.APP_VERSION }}_amd64.deb ./gui/src-tauri/target/release/bundle/deb/ztm-app-v${{ vars.APP_VERSION }}-generic_linux.deb

- name: Rename appimage
run: mv ./gui/src-tauri/target/release/bundle/appimage/ztm_${{ vars.APP_VERSION }}_amd64.AppImage ./gui/src-tauri/target/release/bundle/appimage/ztm-app-v${{ vars.APP_VERSION }}-generic_linux.AppImage

- uses: actions/upload-artifact@v4
with:
name: ztm-app-v${{ vars.APP_VERSION }}-generic_linux
path: |
./gui/src-tauri/target/release/bundle/rpm/ztm-app-v${{ vars.APP_VERSION }}-generic_linux.rpm
./gui/src-tauri/target/release/bundle/deb/ztm-app-v${{ vars.APP_VERSION }}-generic_linux.deb
./gui/src-tauri/target/release/bundle/appimage/ztm-app-v${{ vars.APP_VERSION }}-generic_linux.AppImage
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["deb", "rpm"],
"resources": [],
"externalBin": ["bin/ztmctl"],
"icon": [
Expand Down

0 comments on commit a97ce98

Please sign in to comment.