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 e74be76 commit a72b3a2Copy full SHA for a72b3a2
.github/workflows/builder.yml
@@ -417,9 +417,11 @@ jobs:
417
with:
418
dotnet-version: "8.0.x"
419
420
- - name: Prepare ZIP Files
+ - name: Nuget Publish
421
run: |
422
- dotnet nuget push build/swiftlys2-managed-${{ needs.versioning.outputs.version }}/SwiftlyS2.${{ needs.versioning.outputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ 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
425
426
- name: Release
427
id: release
0 commit comments