Skip to content

Commit b2a82c8

Browse files
author
Warren Buckley
authored
I hate YML
1 parent 05a07bf commit b2a82c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
working-directory: Our.Umbraco.TagHelpers
8282

8383
- name: Push to GitHub Nuget Repo
84-
run: dotnet nuget push ./build.out/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
84+
working-directory: build.out
85+
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
8586

8687
- name: Upload Nuget package to release binaries
8788
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)