Skip to content

Commit a89fd86

Browse files
committed
total-fix(workflows): Nuget Publish
1 parent a72b3a2 commit a89fd86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,7 @@ jobs:
419419

420420
- name: Nuget Publish
421421
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
422+
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
425423
426424
- name: Release
427425
id: release

0 commit comments

Comments
 (0)