Skip to content

Commit

Permalink
Merge pull request #71 from guitarrapc/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
guitarrapc committed Dec 13, 2023
2 parents 5535b7b + 06a8c64 commit 9f74fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: dotnet build -c ${{ env.BUILD_CONFIG }} SkiaSharp.QrCode.Linux.slnf -p:Version=${{ env.GIT_TAG }}
# pack
- run: dotnet pack ./src/SkiaSharp.QrCode/ -c ${{ env.BUILD_CONFIG }} SkiaSharp.QrCode.Linux.slnf -p:Version=${{ env.GIT_TAG }} -o ./pack
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: nuget
path: ./pack/
Expand Down

0 comments on commit 9f74fc0

Please sign in to comment.