From 75f1f3c14c613d69f55ba83139106c6065018f41 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:16:46 +0000 Subject: [PATCH 1/2] Initial plan From 17203b1ea9defe4ec8b7eded6f6fd47582daf680 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:20:31 +0000 Subject: [PATCH 2/2] Update GitHub Actions workflows to use redis-queue.zip instead of redis-queue-demo.zip Co-authored-by: soderlind <1649452+soderlind@users.noreply.github.com> --- .github/workflows/manually-build-zip.yml | 4 ++-- .github/workflows/on-release-add.zip.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manually-build-zip.yml b/.github/workflows/manually-build-zip.yml index 9331129..2d151bd 100644 --- a/.github/workflows/manually-build-zip.yml +++ b/.github/workflows/manually-build-zip.yml @@ -27,7 +27,7 @@ jobs: uses: thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 #0.7.6 with: type: 'zip' - filename: 'redis-queue-demo.zip' + filename: 'redis-queue.zip' exclusions: '*.git* .editorconfig composer* *.md package.json package-lock.json' - name: Release @@ -35,5 +35,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: redis-queue-demo.zip + files: redis-queue.zip tag_name: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/on-release-add.zip.yml b/.github/workflows/on-release-add.zip.yml index d0b9680..a37ad79 100644 --- a/.github/workflows/on-release-add.zip.yml +++ b/.github/workflows/on-release-add.zip.yml @@ -22,7 +22,7 @@ jobs: uses: thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 #0.7.6 with: type: 'zip' - filename: 'redis-queue-demo.zip' + filename: 'redis-queue.zip' exclusions: '*.git* .editorconfig composer* *.md package.json package-lock.json' - name: Release @@ -30,5 +30,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: redis-queue-demo.zip + files: redis-queue.zip tag_name: ${{ github.event.release.tag_name }} \ No newline at end of file