Skip to content

Commit

Permalink
🔥 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Aug 30, 2021
1 parent 917cdda commit 79fc797
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,6 @@ jobs:
asset_name: creekey-cli-${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz
asset_content_type: application/gzip

bottle_macos_arm:
name: Build and distribute Homebrew bottle for macOS arm Big Sur
runs-on: [self-hosted, macOS, arm]
needs: [formula]
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
- name: Upload the bottle to the GitHub release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./creekey--${{ github.event.release.tag_name }}.arm64_big_sur.bottle.1.tar.gz
asset_name: creekey-cli-${{ github.event.release.tag_name }}.arm64_big_sur.bottle.1.tar.gz
asset_content_type: application/gzip

bottle_macos_big_sur:
name: Build and distribute Homebrew bottle for macOS Big Sur
Expand Down Expand Up @@ -84,7 +65,6 @@ jobs:
needs:
- bottle_macos_catalina
- bottle_macos_big_sur
- bottle_macos_arm
steps:
- uses: NSHipster/update-homebrew-formula-action@main
with:
Expand Down

0 comments on commit 79fc797

Please sign in to comment.