Skip to content

Commit 380744c

Browse files
authored
Update nuget.yml
1 parent 53110fd commit 380744c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nuget.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
dotnet-version: 3.1.200
1616
- name: Build
1717
run: dotnet build -c Release
18+
working-directory: ./NetBarcode
1819
- name: Pack nuget package
1920
run: dotnet pack /p:PackageVersion=${GITHUB_REF:10} --configuration Release
21+
working-directory: ./NetBarcode
2022
- name: Push package to nuget
2123
run: dotnet nuget push **/*.nupkg
2224
--skip-duplicate
2325
--no-symbols true
2426
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
25-
--source https://api.nuget.org/v3/index.json
27+
--source https://api.nuget.org/v3/index.json
28+
working-directory: ./NetBarcode

0 commit comments

Comments
 (0)