diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3af5ea3..ba97046 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/62c8088f73ebcaa07aec31bd450866f41fcf1c8f/codesign/appsign.sh" || exit 1 + /usr/bin/curl -OL "https://github.com/acidanthera/ocbuild/raw/98edb78e95592b13cce2f8480b507a3649533fb9/codesign/appsign.sh" || exit 1 chmod a+x appsign.sh || exit 1 - name: Compile with codesign (DEBUG)