Skip to content

Commit

Permalink
Fix linux build name
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Apr 8, 2024
1 parent 872b4f3 commit a01332d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.config.os == 'ubuntu-latest'
with:
name: bewcloud-sync-linux-${{ matrix.config.arch }-${{ github.sha }}-unsigned.AppImage
name: bewcloud-sync-linux-${{ matrix.config.arch }}-${{ github.sha }}-unsigned.AppImage
path: src-tauri/target/release/bundle/appimage/*.AppImage
if-no-files-found: error

- name: Archive deb
uses: actions/upload-artifact@v4
if: matrix.config.os == 'ubuntu-latest'
with:
name: bewcloud-sync-linux-${{ matrix.config.arch }-${{ github.sha }}-unsigned.deb
name: bewcloud-sync-linux-${{ matrix.config.arch }}-${{ github.sha }}-unsigned.deb
path: src-tauri/target/release/bundle/deb/*.deb
if-no-files-found: error

Expand Down

0 comments on commit a01332d

Please sign in to comment.