From 3200497777d5e551c61b82011f5623d0fe2cedb7 Mon Sep 17 00:00:00 2001 From: Core Date: Thu, 6 Oct 2022 19:43:21 +0100 Subject: [PATCH] Attempted fix --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index e7eb198b..65a1444a 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -124,7 +124,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: dist/*.dmg + file: dist/Cider-${{ env.APP_VERSION }}-universal.dmg tag: v${{ env.RELEASE_VERSION }} - name: Upload Files (PKG) @@ -132,7 +132,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: dist/*.pkg + file: Cider-${{ env.APP_VERSION }}-universal.pkg tag: v${{ env.RELEASE_VERSION }} - name: Trigger Bot Sync (main) uses: indiesdev/curl@v1.1