Skip to content

Commit 75b12a6

Browse files
committedMay 21, 2024
try to fix action again
1 parent 6b975f1 commit 75b12a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: .NET Lib Pack
120120
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
121+
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{ github.workspace }}/.nupkgs /p:CI=true
122122

123123
- name: Upload Artifacts
124124
if: matrix.os == 'ubuntu-latest' && needs.set_variables.outputs.DO_PACK == 'true'

0 commit comments

Comments
 (0)
Please sign in to comment.