Skip to content

Commit 5f616b6

Browse files
committed
[spec] fix upload-artifact v4 upload error
1 parent f2bc721 commit 5f616b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: dotnet pack --no-build -c Release -o ./publish
3535

3636
- name: Create packages artifact
37+
if: ${{ matrix.os == 'windows-latest' }}
3738
uses: actions/upload-artifact@v4
3839
with:
3940
name: Packages

0 commit comments

Comments
 (0)