Skip to content

Commit be1ad14

Browse files
committed
update: Distribution codesign
1 parent 587031d commit be1ad14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: cargo build --release --target ${{ matrix.target }} --locked
114114

115115
# 7) macOS code signing
116-
- name: Import Developer ID certificate
116+
- name: Import Distribution certificate
117117
if: runner.os == 'macOS'
118118
uses: apple-actions/import-codesign-certs@v3
119119
with:
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
BIN=target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
127127
codesign --force --timestamp --options runtime \
128-
--sign "Developer ID Application" "$BIN"
128+
--sign "Distribution" "$BIN"
129129
130130
# 8) Package binaries
131131
- name: Package Linux binary (tar.gz)

0 commit comments

Comments
 (0)