From 1e5958359d3802431b4d2c94a843b5b74c03c6a1 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Mon, 4 Mar 2024 10:42:37 -0600 Subject: [PATCH] v6.5.0b2 --- .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 50129fc..9b509c2 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: 9e541a8e1a4ccd8df54df03c6e5495ebdb23b6f3 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b1 + REVISION: 97a18b486879edcd152f0b9204872d1088e838a5 # hardcoded for now until we figure out how we want to tackle this - v6.5.0b2 XCODE_PATH: "/Applications/Xcode_15.2.app" on: [workflow_dispatch]