Skip to content

Commit 5f8cd37

Browse files
author
Ruben Schmidmeister
committed
Fix nuget package folder
1 parent d63cc35 commit 5f8cd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test that files are importable by MSBuild
2828
run: ruby ./scripts/test_files_are_importable_by_msbuild.rb
2929
- name: Show NuGet package content
30-
run: unzip -l bin/Release/*.nupkg
30+
run: unzip -l nupkg/*.nupkg

0 commit comments

Comments
 (0)