Skip to content

Commit

Permalink
nuget workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beakona committed Dec 1, 2023
1 parent 7a16f8d commit a13ec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
VERSION="${VERSION//v}"
dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoAsGenerator
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: nupkg
path: |
Expand All @@ -65,7 +65,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Download Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: nupkg
- name: Push to nuget.org
Expand Down

0 comments on commit a13ec64

Please sign in to comment.