diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 63d76a5..cddb0ce 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -16,10 +16,11 @@ 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\"]' + build-configs: '["app-store", "developer-id"]' + runs-on: '["macos-12"]' secrets: inherit finalize-build-app: diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..d62030f --- /dev/null +++ b/Brewfile @@ -0,0 +1 @@ +brew "mint" 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 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 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