Skip to content

Commit ec06ae0

Browse files
committed
update release-nuget
1 parent 4c8bce1 commit ec06ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version="${GITHUB_REF_NAME#v}"
2323
echo "version-without-v=$version" >> $GITHUB_OUTPUT
2424
- name: Pack
25-
run: dotnet pack src/Ecia.Barcode.Parser.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
25+
run: dotnet pack ./Ecia.Barcode.Parser.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
2626
- name: Push
2727
run: dotnet nuget push src/Ecia.Barcode.Parser/bin/Release/Ecia.Barcode.Parser.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
2828
env:

0 commit comments

Comments
 (0)