File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Pack
2525 run : dotnet pack src/Gel.Net.Driver/Gel.Net.Driver.csproj -c Release -o ./artifacts --no-build
2626 - name : Upload
27- run : dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/edgedb -net/api/v2/package
27+ run : dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/gel -net/api/v2/package
Original file line number Diff line number Diff line change 2424 - name : Pack
2525 run : dotnet pack src/Gel.Net.Driver/Gel.Net.Driver.csproj -c Release -o ./artifacts --no-build
2626 - name : Upload
27- run : dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/edgedb -net/api/v2/package
27+ run : dotnet nuget push ./artifacts/Gel.Net.*.nupkg --api-key ${{ secrets.MYGET_GEL_NET }} --source https://www.myget.org/F/gel -net/api/v2/package
You can’t perform that action at this time.
0 commit comments