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"