Skip to content

Commit

Permalink
Adding Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Aug 27, 2024
1 parent cbb3219 commit 0525111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python build_script_macos.py
cd dist
zip -r Mastermind-mac.zip Mastermind.app
echo "::set-output name=artifact_path::$(pwd)/dist/Mastermind-mac.zip"
echo "::set-output name=artifact_path::$(pwd)/Mastermind-mac.zip"
id: upload_macos

build-windows:
Expand All @@ -56,7 +56,7 @@ jobs:
python build_script_windows.py
cd dist
powershell Compress-Archive -Path Mastermind -DestinationPath Mastermind-win.zip
echo "::set-output name=artifact_path::$(pwd)/dist/Mastermind-win.zip"
echo "::set-output name=artifact_path::$(pwd)/Mastermind-win.zip"
id: upload_windows

create-release:
Expand Down

0 comments on commit 0525111

Please sign in to comment.