We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 084fbbd + cf1f448 commit 297ac96Copy full SHA for 297ac96
1 file changed
.github/workflows/build-test-publish.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: Extract version from tag
20
id: extract_version
21
run: |
22
- echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
23
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
24
25
- name: Build
@@ -38,4 +37,4 @@ jobs:
38
37
path: package/*.nupkg
39
40
- name: Push to NuGet
41
- run: dotnet nuget push "./nupkg/*.nupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "./package/*.nupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
0 commit comments