diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 65a1444a..0ed2debf 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -132,7 +132,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: Cider-${{ env.APP_VERSION }}-universal.pkg + file: dist/Cider-${{ env.APP_VERSION }}-universal.pkg tag: v${{ env.RELEASE_VERSION }} - name: Trigger Bot Sync (main) uses: indiesdev/curl@v1.1