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 9611706 commit 186284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-latest' && runner.architecture == 'X64'
if: runner.os == 'macos' && runner.architecture == 'X64'

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

0 comments on commit 186284c

Please sign in to comment.