From 26c50150403d07e7447c37cfdf5b8a396692ca23 Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Tue, 18 Feb 2025 19:04:05 +0800 Subject: [PATCH] Update create-build-zip.yml --- .github/workflows/create-build-zip.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-build-zip.yml b/.github/workflows/create-build-zip.yml index 82ed355..416a4f7 100644 --- a/.github/workflows/create-build-zip.yml +++ b/.github/workflows/create-build-zip.yml @@ -78,13 +78,13 @@ jobs: with: issue-number: ${{ steps.get-pr-number.outputs.num }} comment-author: github-actions[bot] - body-includes: Download NeveFSE + body-includes: Download Church FSE - name: Get comment body id: get-comment-body run: | body="Plugin build for ${{ github.event.pull_request.head.sha }} is ready :bellhop_bell:! - - Download NeveFSE - [build 🔗](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 }}/neve-fse.zip)" + - Download Church FSE - [build 🔗](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 }}/church-fse.zip)" body="${body//$'\n'/'%0A'}" echo "::set-output name=body::$body" - name: Create comment on PR with links to plugin builds @@ -100,4 +100,4 @@ jobs: with: comment-id: ${{ steps.find-comment.outputs.comment-id }} edit-mode: replace - body: ${{ steps.get-comment-body.outputs.body }} \ No newline at end of file + body: ${{ steps.get-comment-body.outputs.body }}