From 57f2ec5147f9498cf4f72c6f131f526419844c9b Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Mon, 12 Feb 2024 13:19:56 +0000 Subject: [PATCH] fix: build url workflow link --- .github/workflows/create-build-url.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-build-url.yml b/.github/workflows/create-build-url.yml index fdef2fc..7e91d79 100644 --- a/.github/workflows/create-build-url.yml +++ b/.github/workflows/create-build-url.yml @@ -78,7 +78,7 @@ jobs: id: get-comment-body run: | body="Plugin build for ${{ github.event.pull_request.head.sha }} is ready :bellhop_bell:! - - Download QuickWP - [Download](https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/quickwp.zip)" + - Download QuickWP - [Download](https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/quickwp-theme.zip)" body="${body//$'\n'/'%0A'}" echo "::set-output name=body::$body"