Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Dec 5, 2024
1 parent 6d5ef0b commit 23a0a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
echo "${{ secrets.MACOS_PEM }}" | base64 -d -o macos.pem
echo "${{ secrets.MACOS_CERTIFICATE_DER }}" | base64 -d -o certificate.der
- name: why???
run: ./target/debug/s2
- name: Sign macos binary
run: cargo build
- name: Sign macos binary
uses: indygreg/apple-code-sign-action@v1
with:
input_path: ./target/debug/s2
Expand Down

0 comments on commit 23a0a2b

Please sign in to comment.