diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37b2c6e..aa7bd4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: