From 25f70f2381fb11497f00a986d1878c61c0117216 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Tue, 31 Aug 2021 10:46:11 +0200 Subject: [PATCH] :bug: Fix bug in github action --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b94729..b0c02d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: with: upload_url: ${{ github.event.release.upload_url }} asset_path: ./creekey--${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz - asset_name: creekey-cli-${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz + asset_name: creekey-${{ github.event.release.tag_name }}.catalina.bottle.1.tar.gz asset_content_type: application/gzip @@ -56,7 +56,7 @@ jobs: 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-cli-${{ 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_content_type: application/gzip update_formula_bottle: @@ -66,11 +66,12 @@ jobs: - bottle_macos_catalina - bottle_macos_big_sur steps: - - uses: NSHipster/update-homebrew-formula-action@main + - uses: opencreek/update-homebrew-formula-action@main with: repository: opencreek/creekey-cli tap: opencreek/homebrew-tab formula: creekey.rb + name: creekey message: | Add bottles for creekey ${{ github.event.release.tag_name }} on macOS 10.15 (Catalina) and macOS 11.0 (Big Sur)