We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c082 commit e9cc544Copy full SHA for e9cc544
.github/workflows/pack.yml
@@ -23,6 +23,8 @@ jobs:
23
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ github.workspace }}/Package/nuget.config" > nuget.config
24
- name: create file
25
run: dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ github.workspace }}/ToolBox/ToolBox.nuspec -o ${{ github.workspace }}/Package/ -c release
26
+ - name: list packages
27
+ run: ls "${{ github.workspace }}/Package/"
28
- name: publish nuget on microsoft
29
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
30
- name: publish nuget on github
0 commit comments