Skip to content

Commit b6d0c37

Browse files
committed
ci: inspect nuget
1 parent b20f8bd commit b6d0c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ jobs:
188188
- name: Create NuGet Packages
189189
run: dotnet pack Sentry-CI-Build-${{ matrix.target || runner.os }}.slnf -c Release --no-build --nologo
190190

191+
- name: Inspect NuGet Packages
192+
shell: bash
193+
run: unzip -l src/Sentry/bin/Release/Sentry.*.nupkg
194+
191195
- name: Archive NuGet Packages
192196
if: env.CI_PUBLISHING_BUILD == 'true'
193197
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)