Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 784bfe4

Browse files
authored
Update build-release.yml
1 parent 05bb5e7 commit 784bfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# pack nuget
3030
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
3131
- run: dotnet test -c Release --no-build
32-
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -p:PackageOutputPath=./publish
32+
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -p:PackageOutputPath=../../publish
3333
- uses: actions/upload-artifact@v2
3434
with:
3535
name: nuget

0 commit comments

Comments
 (0)