From 49cfc026bb67100a315b17c26d35f1beb77a1496 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 18 Jan 2023 14:58:40 -0800 Subject: [PATCH] Fix yaml sintax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15299307..0519f3dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: pyinstaller ../scripts/main.spec shell: bash - - name: Create Portable Macos + - name: Create Portable Macos if: matrix.os == 'macos-12' || matrix.os == 'macos-11' env: MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}