From c817800f30011d8930fe8b8340828f86a7f902ac Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Mon, 19 May 2025 09:43:50 -0700 Subject: [PATCH] Fix bundle download link not working (#2587) --- .github/workflows/pr-comment-bundle.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pr-comment-bundle.yml b/.github/workflows/pr-comment-bundle.yml index 99e15bd083..d3db1f2b1b 100644 --- a/.github/workflows/pr-comment-bundle.yml +++ b/.github/workflows/pr-comment-bundle.yml @@ -129,17 +129,13 @@ jobs: path: arm64-dist - name: Comment on PR with ARM64 download link - env: - REPOSITORY: ${{ github.repository }} - RUN_ID: ${{ github.run_id }} - PR_NUMBER: ${{ needs.trigger-on-command.outputs.pr_number }} uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # pin@v4 with: issue-number: ${{ needs.trigger-on-command.outputs.pr_number }} body: | ### macOS ARM64 Desktop App (Apple Silicon) - [📱 Download macOS Desktop App (arm64, signed)](https://nightly.link/${REPOSITORY}/actions/runs/${RUN_ID}/Goose-darwin-arm64.zip) + [📱 Download macOS Desktop App (arm64, signed)](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/Goose-darwin-arm64.zip) **Instructions:** After downloading, unzip the file and drag the Goose.app to your Applications folder. The app is signed and notarized for macOS.