We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72b3a2 commit a89fd86Copy full SHA for a89fd86
.github/workflows/builder.yml
@@ -419,9 +419,7 @@ jobs:
419
420
- name: Nuget Publish
421
run: |
422
- ls -lah build
423
- cd build/swiftlys2-managed*
424
- dotnet nuget push SwiftlyS2.${{ needs.versioning.outputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ dotnet nuget push build/SwiftlyS2.${{ needs.versioning.outputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
425
426
- name: Release
427
id: release
0 commit comments