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 ff683f9 commit 7119f15Copy full SHA for 7119f15
.github/workflows/dotnet.yml
@@ -63,7 +63,7 @@ jobs:
63
name: build
64
path: .
65
- name: Pack
66
- run: dotnet pack ./src/**/*.csproj --no-build --no-restore --configuration Release
+ run: dotnet pack ./src/**/*.csproj --no-build --configuration Release
67
- name: Upload
68
uses: actions/upload-artifact@v4
69
with:
0 commit comments