From 186284c127f3f829022499e53cdd9f76c1a69937 Mon Sep 17 00:00:00 2001 From: NaveenKumar Namachivayam Date: Sun, 19 Nov 2023 11:13:11 -0500 Subject: [PATCH] Add: GitHub Action Signed-off-by: NaveenKumar Namachivayam --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5c5f393..8afdeff 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: |