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