Skip to content

Commit

Permalink
fix: should copy publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Dec 1, 2024
1 parent d4ede2e commit f4065c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_build_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet publish ${{env.BUILD_PROJECT}} -c Release --self-contained -r "$arch"
fname="${{github.workspace}}/builds/${arch}_${{env.BUILD_PROJECT}}.zip"
cd "${{env.BUILD_PROJECT}}/bin/Release/net6.0/$arch"
cd "${{env.BUILD_PROJECT}}/bin/Release/net6.0/$arch/publish"
zip "$fname" * -r
cd -
echo "created $fname"
Expand Down

0 comments on commit f4065c2

Please sign in to comment.