From 1d3ae5ecb4018b6fb05623c65a8532f58112bf38 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Mon, 30 Aug 2021 20:46:39 +0200 Subject: [PATCH] :bug:? --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f60f86a..fdbf49c 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-${{ 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_content_type: application/gzip bottle_macos_big_sur: @@ -55,7 +55,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-${{ 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_content_type: application/gzip update_formula_bottle: