Skip to content

Commit

Permalink
Merge pull request #948 from martindevans/fix-nuget-release-actions
Browse files Browse the repository at this point in the history
Fix Nuget Release Action
  • Loading branch information
martindevans authored Oct 13, 2024
2 parents cd9a044 + 4b8dd91 commit b1be92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./.github/prepare_release.sh true false
- name: Upload packages artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "drop-ci-packages"
path: './temp'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./.github/prepare_release.sh false true
- name: Upload packages artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "drop-ci-packages"
path: './temp'
Expand Down

0 comments on commit b1be92b

Please sign in to comment.