Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fallingrust authored Mar 28, 2024
1 parent 1ee6a64 commit 33a3e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
release_name="XMagnetSearch"
# Pack files
7z a -tzip "${release_name}.zip" "./XMagnetSearch.UI/bin/Release/net8.0-windows/publish"
7z a -tzip "${release_name}.zip" "./XMagnetSearch.UI/bin/Release/net8.0-windows/publish/*"
echo "::set-output name=release_name::${release_name}"
echo "::set-output name=release_tag::${tag}"
echo "::set-output name=filename::${release_name}.zip"
Expand Down

0 comments on commit 33a3e18

Please sign in to comment.