Skip to content

Commit 07851ee

Browse files
committed
Merge branch 'main' of github.com:ericfortmeyer/HODI into main
2 parents f0827ed + e374283 commit 07851ee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
with:
2727
name: nupkg
2828
- name: Push to NuGet Feed
29-
run: dotnet nuget push ./nupkg/*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
29+
run: |
30+
ls -lah
31+
dotnet nuget push ./*.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: actions/upload-artifact@v3
3131
with:
3232
name: nupkg
33-
path: ./*.nupkg
33+
path: ./nupkg/*.nupkg

0 commit comments

Comments
 (0)