Skip to content

Commit

Permalink
fix mistakes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed May 23, 2023
1 parent 72a4e42 commit b4fcca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-parser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: poetry run pyinstaller main.py --onefile

- name: Sign the macos-version build
if: ${{ matrix.os == macos-latest }}
if: ${{ matrix.os == 'macos-latest' }}
run: codesign --force -s ./dist/main

- name: Rename built binary
Expand Down

0 comments on commit b4fcca0

Please sign in to comment.