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 5d0fe58 commit 1ee6a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet build --no-restore

- name: Publish
run: dotnet publish --configuration Release --no-restore --output bin
run: dotnet publish --configuration Release --no-restore

- name: Package
id: create_package
Expand All @@ -32,7 +32,7 @@ jobs:
release_name="XMagnetSearch"
# Pack files
7z a -tzip "${release_name}.zip" "./bin/*"
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 1ee6a64

Please sign in to comment.