Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Aug 30, 2021
1 parent 4607636 commit 917cdda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 917cdda

Please sign in to comment.