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