Skip to content

Commit be7fd8e

Browse files
committed
fix: add names to the PR artifacts
1 parent 2cc61c0 commit be7fd8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
if: matrix.platform == 'ubuntu-22.04'
3939
with:
40+
name: linux-packages.zip
4041
path: |
4142
${{ github.workspace }}/src-tauri/target/release/bundle/**/*.deb
4243
${{ github.workspace }}/src-tauri/target/release/bundle/**/*.rpm
@@ -46,6 +47,7 @@ jobs:
4647
uses: actions/upload-artifact@v4
4748
if: matrix.platform == 'windows-latest'
4849
with:
50+
name: windows-installers.zip
4951
path: |
5052
${{ github.workspace }}\src-tauri\target\release\bundle\**\*.exe
5153
${{ github.workspace }}\src-tauri\target\release\bundle\**\*.nsis

0 commit comments

Comments
 (0)