Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi committed Sep 1, 2023
1 parent 3e2fd16 commit 7719f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Sign main executable
run: |
mv ./client/main.bin ./build/bin/main.bin
mv ./client/build/main.bin ./build/bin/main.bin
codesign --deep --options runtime --timestamp --force --verify --verbose --sign "Developer ID Application: FLock.io LTD (35H5QAYP2F)" build/bin/main.bin
- name: Publish releases
Expand Down

0 comments on commit 7719f5a

Please sign in to comment.