Skip to content

Commit

Permalink
Updating cert and identity (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
imartinKeeper authored Dec 5, 2023
1 parent 2428478 commit 1acb867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
for arch in $ARCHES; do
for command in $COMMANDS; do
bin="git-${command}-${{ github.ref_name }}_darwin_${arch}";
codesign --sign 85778X8X36 --options runtime --timestamp "${bin}";
codesign --sign 234QNB7GCA --options runtime --timestamp "${bin}";
zip="${bin}.zip";
zip "${zip}" "${bin}";
rm -f "${bin}";
Expand Down

0 comments on commit 1acb867

Please sign in to comment.