Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™€οΈ Build bottles before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 19, 2024
1 parent 81ed7d0 commit 9298dae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,25 @@ jobs:
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
- name: Bootstrap
- name: πŸ‘’ Bootstrap
run: script/bootstrap

# Important to trigger a universal build first as package just works with
# the `mas` binary in finds in the build dir.
- name: Build Universal
- name: πŸ—οΈ Build Universal
run: script/build --universal
- name: macOS Package
- name: πŸ“¦ macOS Package
run: script/package
- name: Upload mas.pkg
- name: πŸš€ Upload mas.pkg
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
name: mas.pkg
path: .build/mas.pkg

- name: Homebrew Bottles for mas tap
- name: 🍼 Homebrew Bottles for mas tap
run: script/bottle
- name: πŸš€ Upload Bottles
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
Expand Down

0 comments on commit 9298dae

Please sign in to comment.