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.
Save nuget package as artifact
windows-latest
1 parent 182645b commit 51ef797Copy full SHA for 51ef797
.github/workflows/main.yml
@@ -34,6 +34,7 @@ jobs:
34
run: ./build.sh
35
shell: bash
36
- name: Save nuget package as artifact
37
+ if: matrix.os == 'windows-latest'
38
uses: actions/upload-artifact@v4
39
with:
40
name: nuget-package
0 commit comments