Skip to content

Commit e9cc544

Browse files
committed
list packages
1 parent c35c082 commit e9cc544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ github.workspace }}/Package/nuget.config" > nuget.config
2424
- name: create file
2525
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/"
2628
- name: publish nuget on microsoft
2729
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
2830
- name: publish nuget on github

0 commit comments

Comments
 (0)