Skip to content

Commit 96f4a6a

Browse files
authored
Update dotnet.yml
1 parent 6d72bc6 commit 96f4a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
dotnet restore
3939
dotnet build -c Release
4040
dotnet pack -c Release -o /tmp/nupkgs -v m -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
41-
dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${github.event.ref}.nupkg -k ${NUGET_API_KEY} -s https://api.nuget.org/v3/index.json
41+
dotnet nuget push /tmp/nupkgs/NosCore.Algorithm.${{github.event.ref}}.nupkg -k ${NUGET_API_KEY} -s https://api.nuget.org/v3/index.json
4242
cd /tmp/
4343
zip -r NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip NosCore.Algorithm.${GITHUB_RUN_NUMBER}
4444
echo ::set-output name=ARTIFACT_PATH::/tmp/NosCore.Algorithm.${GITHUB_RUN_NUMBER}.zip

0 commit comments

Comments
 (0)