We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b975f1 commit 75b12a6Copy full SHA for 75b12a6
.github/workflows/main-build.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: .NET Lib Pack
120
if: matrix.os == 'ubuntu-latest' && needs.set_variables.outputs.DO_PACK == 'true'
121
- run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{ github.workspace }}\.nupkgs /p:CI=true
+ run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{ github.workspace }}/.nupkgs /p:CI=true
122
123
- name: Upload Artifacts
124
0 commit comments