Skip to content

Commit

Permalink
try with one more typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed May 23, 2023
1 parent 6c70b06 commit 9e86890
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 @@ -41,7 +41,7 @@ jobs:

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

- name: Rename built binary
run: poetry run mv ./dist/main ./dist/main-${{ matrix.os }}
Expand Down

0 comments on commit 9e86890

Please sign in to comment.