Skip to content

Commit a0f1af7

Browse files
committed
[spec] build actions bump to new versions
1 parent 1806f0e commit a0f1af7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
run: dotnet build --no-restore -c Release
2525

2626
- name: Create Package
27-
run: dotnet pack --no-restore --no-build -c Release -o ./publish
27+
run: dotnet pack --no-build -c Release -o ./publish
2828

2929
- name: Create packages artifact
30-
uses: actions/upload-artifact@v2
30+
if: ${{ matrix.os == 'windows-latest' }}
31+
uses: actions/upload-artifact@v4
3132
with:
3233
name: Packages
3334
path: ./src/publish/

0 commit comments

Comments
 (0)