Skip to content

Commit b5c17d3

Browse files
committed
chore(ci): setup binary build
1 parent 17bc646 commit b5c17d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
28-
cancel-in-progress: false
28+
cancel-in-progress: true
2929

3030
jobs:
3131
build:
@@ -92,7 +92,7 @@ jobs:
9292
features: rustdoc-link
9393
tar: unix
9494
zip: windows
95-
codesign: true
95+
codesign: "-" # https://developer.apple.com/documentation/security/seccodesignatureflags/adhoc
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
dry-run: ${{ github.event_name != 'release' }}
9898

@@ -104,7 +104,7 @@ jobs:
104104
features: link-forever
105105
tar: unix
106106
zip: windows
107-
codesign: true
107+
codesign: "-"
108108
token: ${{ secrets.GITHUB_TOKEN }}
109109
dry-run: ${{ github.event_name != 'release' }}
110110

0 commit comments

Comments
 (0)