Skip to content

Commit

Permalink
Fix yaml sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
gaviles committed Jan 18, 2023
1 parent cc2e858 commit 49cfc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 49cfc02

Please sign in to comment.