Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Aug 30, 2021
1 parent 18fda75 commit 5e4d358
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./creekey--${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz
asset_name: creekey-${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz
asset_path: ./creekey--${{ github.event.release.tag_name }}.catalina.bottle.tar.gz
asset_name: creekey-${{ github.event.release.tag_name }}.catalina.bottle.tar.gz
asset_content_type: application/gzip

bottle_macos_big_sur:
Expand All @@ -54,8 +54,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./creekey--${{ github.event.release.tag_name }}.big_sur.bottle.1.tar.gz
asset_name: creekey-${{ github.event.release.tag_name }}.big_sur.bottle.1.tar.gz
asset_path: ./creekey--${{ github.event.release.tag_name }}.big_sur.bottle.tar.gz
asset_name: creekey-${{ github.event.release.tag_name }}.big_sur.bottle.tar.gz
asset_content_type: application/gzip

update_formula_bottle:
Expand Down

0 comments on commit 5e4d358

Please sign in to comment.