Skip to content

Commit

Permalink
Updated ReusableWorkflows. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye authored Dec 3, 2023
2 parents 14e3f10 + 9170c9e commit be6d86c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
brew "mint"
1 change: 1 addition & 0 deletions GHAShortcuts/BrewLock.sh
Empty file removed GHAShortcuts/InstallDependencies
Empty file.
1 change: 1 addition & 0 deletions GHAShortcuts/InstallDependencies

0 comments on commit be6d86c

Please sign in to comment.