Skip to content

Commit

Permalink
#660 github workflows related
Browse files Browse the repository at this point in the history
-changes to build.yml
  • Loading branch information
ktechhydle committed Sep 20, 2024
1 parent 86ab81c commit c5183d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build macOS app for x86_64 using PyInstaller
run: |
arch -x86_64 pyinstaller --distpath dist/x86_64 macos_build.spec
arch -x86_64 pyinstaller macos_build.spec
- name: Install create-dmg using Homebrew
run: |
Expand Down

0 comments on commit c5183d6

Please sign in to comment.