Skip to content

Commit a72b3a2

Browse files
committed
try-fix(workflows): Path
1 parent e74be76 commit a72b3a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/builder.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,11 @@ jobs:
417417
with:
418418
dotnet-version: "8.0.x"
419419

420-
- name: Prepare ZIP Files
420+
- name: Nuget Publish
421421
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
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
423425
424426
- name: Release
425427
id: release

0 commit comments

Comments
 (0)