From 3a81ff5c00a35171dc019feb0f0000aa691ad82d Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Tue, 2 May 2023 11:05:47 -0500 Subject: [PATCH] real 6.3.1 --- .github/workflows/build_munki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_munki.yml b/.github/workflows/build_munki.yml index 12494f7..0984c98 100644 --- a/.github/workflows/build_munki.yml +++ b/.github/workflows/build_munki.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: 495e0e31b42430973e5b0d9115db5e56f3edced8 # hardcoded for now until we figure out how we want to tackle this - v6.3.1 + REVISION: b6155af3dd397e6488200846a79ec4e80b95a1da # hardcoded for now until we figure out how we want to tackle this - v6.3.1 XCODE_PATH: "/Applications/Xcode_14.2.app" on: [workflow_dispatch]