We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bc646 commit b5c17d3Copy full SHA for b5c17d3
.github/workflows/bin.yml
@@ -25,7 +25,7 @@ env:
25
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
28
- cancel-in-progress: false
+ cancel-in-progress: true
29
30
jobs:
31
build:
@@ -92,7 +92,7 @@ jobs:
92
features: rustdoc-link
93
tar: unix
94
zip: windows
95
- codesign: true
+ codesign: "-" # https://developer.apple.com/documentation/security/seccodesignatureflags/adhoc
96
token: ${{ secrets.GITHUB_TOKEN }}
97
dry-run: ${{ github.event_name != 'release' }}
98
@@ -104,7 +104,7 @@ jobs:
104
features: link-forever
105
106
107
+ codesign: "-"
108
109
110
0 commit comments