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 50c0361 commit a83b9dfCopy full SHA for a83b9df
.github/workflows/dotnet.yml
@@ -59,12 +59,8 @@ jobs:
59
uses: actions/download-artifact@v4
60
with:
61
name: build
62
- - name: Display structure of downloaded files
63
- run: ls -R
64
- name: Pack
65
run: dotnet pack ./src/**/*.csproj --no-build --no-restore --configuration Release /p:Platform=AnyCPU
66
- - name: Display structure of after pack
67
68
- name: Upload
69
uses: actions/upload-artifact@v4
70
0 commit comments