Skip to content

Commit

Permalink
fix linux tar name
Browse files Browse the repository at this point in the history
  • Loading branch information
gbagnoli committed Oct 31, 2020
1 parent c633c45 commit 24738be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
include:
- os: ubuntu-latest
artifact_name: tzbuddy
asset_name: tzbuddy-linux-amd64.gz
asset_name: tzbuddy-linux-amd64.tar.gz
- os: macos-latest
artifact_name: tzbuddy
asset_name: tzbuddy-macos-amd64.tar.gz
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
# this sets ${{ steps.vars.outputs.tag }}
- name: Commit new formula
uses: mislav/bump-homebrew-formula-action@v1.7
uses: mislav/bump-homebrew-formula-action@v1
with:
formula-name: tzbuddy
homebrew-tap: gbagnoli/homebrew-tzbuddy
Expand Down

0 comments on commit 24738be

Please sign in to comment.