We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d33da8 commit e991fb0Copy full SHA for e991fb0
.github/workflows/dotnet.yml
@@ -63,6 +63,8 @@ jobs:
63
run: ls -R
64
- name: Pack
65
run: dotnet pack ./src/**/*.csproj --configuration Release
66
+ - name: Display structure of after pack
67
+ run: ls -R
68
- name: Upload
69
uses: actions/upload-artifact@v4
70
with:
0 commit comments