Skip to content

Commit

Permalink
updated the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Oct 9, 2024
1 parent f7e43de commit 86af73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Pack
run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:PackageVersion="7.31.3-rc" src/$PROJECT_NAME.*proj
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nupkg
path: ./src/bin/Release/*.nupkg
Expand Down

0 comments on commit 86af73e

Please sign in to comment.