Skip to content

Commit a01332d

Browse files
Fix linux build name
1 parent 872b4f3 commit a01332d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
uses: actions/upload-artifact@v4
6666
if: matrix.config.os == 'ubuntu-latest'
6767
with:
68-
name: bewcloud-sync-linux-${{ matrix.config.arch }-${{ github.sha }}-unsigned.AppImage
68+
name: bewcloud-sync-linux-${{ matrix.config.arch }}-${{ github.sha }}-unsigned.AppImage
6969
path: src-tauri/target/release/bundle/appimage/*.AppImage
7070
if-no-files-found: error
7171

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

0 commit comments

Comments
 (0)