From e05338c5bc4e08ff68cde0769172d519e82a68d4 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 31 Jul 2024 09:45:01 -0700 Subject: [PATCH] Update build_munki_beta.yml Update REVISION commit has to point to v6.6.0RC1 commit. --- .github/workflows/build_munki_beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_munki_beta.yml b/.github/workflows/build_munki_beta.yml index 51146c5..57ac975 100644 --- a/.github/workflows/build_munki_beta.yml +++ b/.github/workflows/build_munki_beta.yml @@ -4,7 +4,7 @@ env: APP_SIGNING_IDENTITY: "Developer ID Application: Mac Admins Open Source (T4SK8ZXCXG)" INSTALLER_SIGNING_IDENTITY: "Developer ID Installer: Mac Admins Open Source (T4SK8ZXCXG)" NOTARY_APP_PASSWORD: ${{ secrets.NOTARY_APP_PASSWORD_MAOS }} - REVISION: 12d997569bd072e188d19cfb8e6a8320271e79e4 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b3 + REVISION: faa048110f971da6d4ffb64ded5f931be429ad96 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b3 XCODE_PATH: "/Applications/Xcode_15.2.app" on: [workflow_dispatch]