Fix Bundle Paths in Release Action
Some checks failed
Some checks failed
This commit is contained in:
parent
2d95ac45ae
commit
6a2b93b67d
1 changed files with 3 additions and 6 deletions
|
@ -46,18 +46,15 @@ jobs:
|
|||
name: Compiling To Linux Target
|
||||
run: |
|
||||
cargo tauri build
|
||||
mv src-tauri/target/release/comicinfo-editor-v2 comicinfo-editor-v2
|
||||
mv src-tauri/target/release/bundle/comicinfo-editor-v2.deb comicinfo-editor-v2-linux-amd64.deb
|
||||
mv src-tauri/target/release/bundle/comicinfo-editor-v2.AppImage comicinfo-editor-v2-linux-amd64.AppImage
|
||||
-
|
||||
name: Uploading Build Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: comicinfo-editor-v2-linux-amd64
|
||||
path: |
|
||||
comicinfo-editor-v2-linux-amd64
|
||||
comicinfo-editor-v2-linux-amd64.deb
|
||||
comicinfo-editor-v2-linux-amd64.AppImage
|
||||
src-tauri/target/release/comicinfo-editor-v2 comicinfo-editor-v2
|
||||
src-tauri/target/release/bundle/deb/comicinfo-editor-v2.deb comicinfo-editor-v2-linux-amd64.deb
|
||||
src-tauri/target/release/bundle/appimage/comicinfo-editor-v2.AppImage comicinfo-editor-v2-linux-amd64.AppImage
|
||||
if-no-files-found: error
|
||||
|
||||
upload-release:
|
||||
|
|
Reference in a new issue