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 73af294 commit d0fa373
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/1e94df850de649423f97eafe6e3c602c8f5798a2/codesign/appsign.sh" || exit 1
/usr/bin/curl -OL "https://github.com/acidanthera/ocbuild/raw/1f674988fa868841c9bf089f7f234eb0c988acff/codesign/appsign.sh" || exit 1
chmod a+x appsign.sh || exit 1
- name: Compile with codesign (DEBUG)
Expand Down

0 comments on commit d0fa373

Please sign in to comment.