Skip to content

Commit

Permalink
Update appsign
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Sep 19, 2023
1 parent d392b8c commit 8d20a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: CI Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
/usr/bin/curl -OL "https://github.com/acidanthera/ocbuild/raw/98edb78e95592b13cce2f8480b507a3649533fb9/codesign/appsign.sh" || exit 1
/usr/bin/curl -OL "https://github.com/acidanthera/ocbuild/raw/574268784117e90b62ddf24c53dd51c913ddeb48/codesign/appsign.sh" || exit 1
chmod a+x appsign.sh || exit 1
- name: Compile with codesign (DEBUG)
Expand Down

0 comments on commit 8d20a58

Please sign in to comment.