File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,18 @@ jobs:
1515 dotnet-version : 2.2.108
1616 - name : Build with dotnet
1717 run : dotnet build --configuration Release
18- pack :
19- runs-on : ubuntu-latest
20- needs : build
21- steps :
22- - name : Package
23- shell : pwsh
24- run : echo ${{ secrets.password }}
25- # nuget.exe push -Source {NuGet package source URL} -ApiKey key HelloWorld\HelloWorld.nupkg
18+ - uses : actions/upload-artifact@v1
19+ with :
20+ name : OsmApiClient.0.0.1-beta.4.nupkg
21+ path : /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
22+ # - name: Nuget publish
23+ # run: nuget.exe push -Source {NuGet package source URL} -ApiKey key HelloWorld\HelloWorld.nupkg
24+ # pack:
25+ # runs-on: ubuntu-latest
26+ # needs: build
27+ # steps:
28+ # - name: Package
29+ # shell: pwsh
30+ # #https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-push
31+ # run: echo ${{ secrets.password }}
32+ # #nuget.exe push -Source {NuGet package source URL} -ApiKey key HelloWorld\HelloWorld.nupkg
You can’t perform that action at this time.
0 commit comments