-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,9 @@ jobs: | |
steps: | ||
- name: Build a bottle using Homebrew | ||
run: | | ||
brew tap opencreek/tab | ||
brew install --build-bottle --verbose creekey | ||
brew bottle creekey | ||
arch -arm64 brew tap opencreek/tab | ||
arch -arm64 brew install --build-bottle --verbose creekey | ||
arch -arm64 brew bottle creekey | ||
- name: Upload the bottle to the GitHub release | ||
uses: actions/[email protected] | ||
env: | ||
|
@@ -65,9 +65,9 @@ jobs: | |
steps: | ||
- name: Build a bottle using Homebrew | ||
run: | | ||
arch -arm64 brew tap opencreek/tab | ||
arch -arm64 brew install --build-bottle --verbose creekey | ||
arch -arm64 brew bottle creekey | ||
brew tap opencreek/tab | ||
brew install --build-bottle --verbose creekey | ||
brew bottle creekey | ||
- name: Upload the bottle to the GitHub release | ||
uses: actions/[email protected] | ||
env: | ||
|