Skip to content

Commit 51ef797

Browse files
committed
Add condition to Save nuget package as artifact step to run only on windows-latest
* Add `if: matrix.os == 'windows-latest'` condition to the `Save nuget package as artifact` step
1 parent 182645b commit 51ef797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: ./build.sh
3535
shell: bash
3636
- name: Save nuget package as artifact
37+
if: matrix.os == 'windows-latest'
3738
uses: actions/upload-artifact@v4
3839
with:
3940
name: nuget-package

0 commit comments

Comments
 (0)