Skip to content

Commit 6226de4

Browse files
authored
Update dotnet.yml
1 parent e94372f commit 6226de4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ 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.PathFinder.${{github.event.ref}}.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
42-
echo ::set-output name=ARTIFACT_PATH::/tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.nupkg
43-
echo ::set-output name=ARTIFACT_NAME::NosCore.PathFinder.${{github.event.ref}}.nupkg
41+
dotnet nuget push /tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.snupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
42+
echo ::set-output name=ARTIFACT_PATH::/tmp/nupkgs/NosCore.PathFinder.${{github.event.ref}}.snupkg
43+
echo ::set-output name=ARTIFACT_NAME::NosCore.PathFinder.${{github.event.ref}}.snupkg
4444
4545
- name: Gets Latest Release
4646
if: steps.check-tag.outputs.match == 'true'

0 commit comments

Comments
 (0)