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 8d20a58 commit 69f4a29
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/574268784117e90b62ddf24c53dd51c913ddeb48/codesign/appsign.sh" || exit 1
/usr/bin/curl -OL "https://github.com/acidanthera/ocbuild/raw/3853eaf459416839020e5ea5ce3528f0e0b0f6fd/codesign/appsign.sh" || exit 1
chmod a+x appsign.sh || exit 1
- name: Compile with codesign (DEBUG)
Expand Down

0 comments on commit 69f4a29

Please sign in to comment.