From 9d6c438b1c521dea0a7fe7ab475f432a411914d5 Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 30 Sep 2022 21:07:27 +0100 Subject: [PATCH] Update build-macos.yml --- .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 25a514e8..c1d1b031 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -125,7 +125,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: dist/Cider-${{ env.APP_VERSION }}-universal.dmg + file: dist/Cider-*-universal.dmg tag: v${{ env.APP_VERSION }} - name: Upload Files (PKG) @@ -133,7 +133,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: dist/Cider-${{ env.APP_VERSION }}-universal.pkg + file: dist/Cider-*-universal.pkg tag: v${{ env.APP_VERSION }} - name: Trigger Bot Sync (main) uses: indiesdev/curl@v1.1