Merge pull request #77 from Julian/bump-bowtie-2023.08.8 #90
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
name: Bottle | |
on: | |
push: | |
release: | |
types: [published] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Build bottles | |
run: brew install --build-bottle bowtie-json-schema/tap/bowtie | |
- name: Extract bottles | |
run: brew bottle bowtie-json-schema/tap/bowtie | |
- name: Upload artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: Bottles | |
path: . |