Skip to content

Commit

Permalink
Mac extension back to exe
Browse files Browse the repository at this point in the history
  • Loading branch information
vpet98 committed Feb 9, 2024
1 parent ddbaf05 commit 5d254c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python_ver: '3.11'
spec: 'a10y.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'a10y-macos.app'
upload_exe_with_name: 'a10y-macos.exe'

# upload-artifacts:
# runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
echo "Creating release for tag $tag"
mv a10y-linux-x86_64/a10y . && rmdir a10y-linux-x86_64 && mv a10y a10y-linux-x86_64
mv a10y-win.exe/a10y.exe . && rmdir a10y-win.exe && mv a10y.exe a10y-win.exe
mv a10y-macos.app/a10y . && rmdir a10y-macos.app && mv a10y a10y-macos.app
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.app
mv a10y-macos.exe/a10y . && rmdir a10y-macos.exe && mv a10y a10y-macos.exe
gh release create "$tag" a10y-linux-x86_64 a10y-win.exe a10y-macos.exe

0 comments on commit 5d254c3

Please sign in to comment.