From ceddd29b75804e138f4f4ae1772279b2cfba30c9 Mon Sep 17 00:00:00 2001 From: Hannes Guedelhoefer Date: Mon, 30 Aug 2021 20:01:46 +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 d85e823..f60f86a 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.tar.gz - asset_name: creekey-${{ github.event.release.tag_name }}.catalina.bottle.tar.gz + 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_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.tar.gz - asset_name: creekey-${{ github.event.release.tag_name }}.big_sur.bottle.tar.gz + 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_content_type: application/gzip update_formula_bottle: