Skip to content

Commit

Permalink
Checkout input
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Aug 7, 2024
1 parent e924971 commit 22f31a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
ref: ${{ inputs.tag_name }}
with:
ref: ${{ inputs.tag_name }}
- name: Build the executable for release
run: swift build -c release --arch arm64 --arch x86_64 --product mvt
- name: Compress the archive
Expand Down

0 comments on commit 22f31a6

Please sign in to comment.