Skip to content

Commit 31b9b25

Browse files
committed
Try to add os to package name
1 parent 7fd57a6 commit 31b9b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pwsh make.ps1 package
4444
- uses: actions/upload-artifact@v4
4545
with:
46-
name: packages
46+
name: packages-${{ matrix.os }}
4747
path: Package/Release/Packages
4848
- name: Test (net462)
4949
run: ./make.ps1 -frameworks net462 test-all

0 commit comments

Comments
 (0)