From 5e4d3588d51822987b2e5fdef84e282b77bdc22d Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Mon, 30 Aug 2021 19:19:55 +0200 Subject: [PATCH] :bug: --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f60f86a..d85e823 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -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: