File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
uses : actions/upload-artifact@v4
51
51
with :
52
52
name : Full nupkg
53
- path : nupkgs\ Flow.Launcher.Localization.*.nupkg
53
+ path : nupkgs/ Flow.Launcher.Localization.*.nupkg
54
54
compression-level : 0
55
55
56
56
# Publish to NuGet.org
57
- # - name: Publish to NuGet
58
- # if: github.event_name == 'push' && github.ref == 'refs/heads/main' # Only publish on push to main
59
- # run: dotnet nuget push ./ nupkgs/*.nupkg --source ${{ env.NuGet_Source }} --api-key ${{ secrets.NUGET_API_KEY }}
57
+ - name : Push to NuGet
58
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main' # Only publish on push to main
59
+ run : dotnet nuget push nupkgs/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NuGet_Source }}
You can’t perform that action at this time.
0 commit comments