From 69f4a298173549f763f74cca7fcc8cf21bd64bcd Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:35:25 -0400 Subject: [PATCH] Update appsign --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)