Skip to content

Commit

Permalink
Add: GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 19, 2023
1 parent 95103a0 commit a36e80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python setup.py py2app
mv dist dist-intel
if: runner.os == 'macos' && runner.architecture == 'x64'
if: runner.os == 'macos'

- name: Convert dist-intel to DMG
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
python setup.py py2app
mv dist dist-arm64
if: runner.os == 'self-hosted' && runner.architecture == 'arm64'
if: runner.os == 'self-hosted'

- name: Convert dist-arm64 to DMG
run: |
Expand Down

0 comments on commit a36e80c

Please sign in to comment.