Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Jul 12, 2022
1 parent 68f8621 commit 0677a62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: taurapp_x64_linux
path: target/release/taurapp
path: src-tauri/target/release/taurapp
retention-days: 1
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/taurapp
files: |
src-tauri/target/release/taurapp
src-tauri/target/release/bundle/appimage/taurapp_$GITHUB_REF_NAME_amd64.AppImage
src-tauri/target/release/bundle/deb/taurapp_$GITHUB_REF_NAME_amd64.deb

0 comments on commit 0677a62

Please sign in to comment.