diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a0bc13..a5eca80 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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)