We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8bce1 commit ec06ae0Copy full SHA for ec06ae0
.github/workflows/release-nuget.yml
@@ -22,7 +22,7 @@ jobs:
22
version="${GITHUB_REF_NAME#v}"
23
echo "version-without-v=$version" >> $GITHUB_OUTPUT
24
- name: Pack
25
- run: dotnet pack src/Ecia.Barcode.Parser.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
+ run: dotnet pack ./Ecia.Barcode.Parser.sln -c Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }}
26
- name: Push
27
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 }}
28
env:
0 commit comments