We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc61c0 commit be7fd8eCopy full SHA for be7fd8e
.github/workflows/test-prs.yml
@@ -37,6 +37,7 @@ jobs:
37
uses: actions/upload-artifact@v4
38
if: matrix.platform == 'ubuntu-22.04'
39
with:
40
+ name: linux-packages.zip
41
path: |
42
${{ github.workspace }}/src-tauri/target/release/bundle/**/*.deb
43
${{ github.workspace }}/src-tauri/target/release/bundle/**/*.rpm
@@ -46,6 +47,7 @@ jobs:
46
47
48
if: matrix.platform == 'windows-latest'
49
50
+ name: windows-installers.zip
51
52
${{ github.workspace }}\src-tauri\target\release\bundle\**\*.exe
53
${{ github.workspace }}\src-tauri\target\release\bundle\**\*.nsis
0 commit comments