From eeef8ed522ae7f078d1d287bf81c27b7d44034b2 Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Sat, 2 Dec 2023 19:24:59 +0100 Subject: [PATCH 1/5] Updated ReusableWorkflows. --- .github/workflows/build-app.yml | 2 +- Submodules/ReusableWorkflows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 63d76a5..ebfbc8d 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -16,7 +16,7 @@ jobs: name: 'App' needs: [paths-filter] if: github.event.pull_request.draft != true && needs.paths-filter.outputs.should-build != 'false' - uses: grigorye/ReusableWorkflows/.github/workflows/build-app-generic.yml@v13 + uses: grigorye/ReusableWorkflows/.github/workflows/build-app-generic.yml@v24 with: macos-app-scheme: 'URLHelperApp' build-configs: '[\"app-store\", \"developer-id\"]' diff --git a/Submodules/ReusableWorkflows b/Submodules/ReusableWorkflows index 8b3d856..67aee66 160000 --- a/Submodules/ReusableWorkflows +++ b/Submodules/ReusableWorkflows @@ -1 +1 @@ -Subproject commit 8b3d856329e93625cdb604423b7640c4f74f3f52 +Subproject commit 67aee66bdeab6064aa4a366d10227facda28ae0b From 89d769119632d901a7e61440876d0597d0198bc0 Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Sat, 2 Dec 2023 19:32:34 +0100 Subject: [PATCH 2/5] Employed InstallDependencies from ReusableWorkflows. --- GHAShortcuts/InstallDependencies | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 120000 GHAShortcuts/InstallDependencies diff --git a/GHAShortcuts/InstallDependencies b/GHAShortcuts/InstallDependencies deleted file mode 100755 index e69de29..0000000 diff --git a/GHAShortcuts/InstallDependencies b/GHAShortcuts/InstallDependencies new file mode 120000 index 0000000..bd458d7 --- /dev/null +++ b/GHAShortcuts/InstallDependencies @@ -0,0 +1 @@ +../ReusableWorkflows/GHAShortcuts/InstallDependencies \ No newline at end of file From e1f627a397b4b890952414611d700615c9e2b444 Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Sat, 2 Dec 2023 19:36:36 +0100 Subject: [PATCH 3/5] Tweaked for updated ReusableWorkflows. --- .github/workflows/build-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index ebfbc8d..cddb0ce 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -19,7 +19,8 @@ jobs: uses: grigorye/ReusableWorkflows/.github/workflows/build-app-generic.yml@v24 with: macos-app-scheme: 'URLHelperApp' - build-configs: '[\"app-store\", \"developer-id\"]' + build-configs: '["app-store", "developer-id"]' + runs-on: '["macos-12"]' secrets: inherit finalize-build-app: From 860c621c9478a4862a709c69df0c93be69bdd007 Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Sat, 2 Dec 2023 19:44:03 +0100 Subject: [PATCH 4/5] Employed BrewLock.sh from ReusableWorkflows. --- GHAShortcuts/BrewLock.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 GHAShortcuts/BrewLock.sh diff --git a/GHAShortcuts/BrewLock.sh b/GHAShortcuts/BrewLock.sh new file mode 120000 index 0000000..1425977 --- /dev/null +++ b/GHAShortcuts/BrewLock.sh @@ -0,0 +1 @@ +../ReusableWorkflows/GHAShortcuts/BrewLock.sh \ No newline at end of file From 9170c9e8a82758ace90e8f7e3564130c1f7487a3 Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Sat, 2 Dec 2023 19:47:24 +0100 Subject: [PATCH 5/5] Added Brewfile. --- Brewfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Brewfile diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..d62030f --- /dev/null +++ b/Brewfile @@ -0,0 +1 @@ +brew "mint"