We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b4f3 commit a01332dCopy full SHA for a01332d
1 file changed
.github/workflows/build.yml
@@ -65,15 +65,15 @@ jobs:
65
uses: actions/upload-artifact@v4
66
if: matrix.config.os == 'ubuntu-latest'
67
with:
68
- name: bewcloud-sync-linux-${{ matrix.config.arch }-${{ github.sha }}-unsigned.AppImage
+ name: bewcloud-sync-linux-${{ matrix.config.arch }}-${{ github.sha }}-unsigned.AppImage
69
path: src-tauri/target/release/bundle/appimage/*.AppImage
70
if-no-files-found: error
71
72
- name: Archive deb
73
74
75
76
- name: bewcloud-sync-linux-${{ matrix.config.arch }-${{ github.sha }}-unsigned.deb
+ name: bewcloud-sync-linux-${{ matrix.config.arch }}-${{ github.sha }}-unsigned.deb
77
path: src-tauri/target/release/bundle/deb/*.deb
78
79
0 commit comments