Skip to content

Commit

Permalink
dmg test for mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 8, 2024
1 parent 01202d0 commit 7ac703d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
requirements: 'requirements.txt'
upload_exe_with_name: 'REVHubInterface Mac'
options: --onefile, --name "REVHubInterface", --windowed,
- name: Make DMG
uses: QQxiaoming/[email protected]
with:
name: 'REVHubInterface DMG'
srcdir: './dist'
pyinstaller-build-win:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 7ac703d

Please sign in to comment.