Skip to content

Commit 375627e

Browse files
committed
Debuggg
1 parent 5993a9b commit 375627e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet_build_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
- name: Pack & push to NuGet
3636
if: github.event_name == 'push' && matrix.os == 'windows-latest' && matrix.arch == 'x64'
3737
run: |
38+
echo Before
3839
ls .
3940
dotnet pack ./RSML/RSML.csproj -c Release -o ./nupkg
41+
echo After
42+
ls .
4043
dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
4144
4245
- name: Publish CLI archives

0 commit comments

Comments
 (0)