Skip to content

Commit 6a800a0

Browse files
committed
ci: inspect nuget
1 parent 7bea672 commit 6a800a0

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
@@ -194,6 +194,10 @@ jobs:
194194
- name: Create NuGet Packages
195195
run: dotnet pack Sentry-CI-Build-${{ matrix.target || runner.os }}.slnf -c Release --no-build --nologo
196196

197+
- name: Inspect NuGet Packages
198+
shell: bash
199+
run: unzip -l src/Sentry/bin/Release/Sentry.*.nupkg
200+
197201
- name: Archive NuGet Packages
198202
if: env.CI_PUBLISHING_BUILD == 'true'
199203
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)