Skip to content

Commit

Permalink
Fix nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raulsntos committed May 9, 2024
1 parent ae29dc4 commit df65c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Publish NuGet packages
run: |
cd artifacts/packages/Release/Shipping
for pkg in "$@"; do
for pkg in artifacts/packages/Release/Shipping/*; do
dotnet nuget push $pkg --api-key "az" --skip-duplicate
done

0 comments on commit df65c93

Please sign in to comment.