From fdeff4ae424d63762ae1ceb9ffefc400cdfab6e1 Mon Sep 17 00:00:00 2001 From: hobsRKM Date: Sat, 20 Apr 2024 16:58:00 +0000 Subject: [PATCH] Workflow changes --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1b0075..4536766 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: run: php artisan key:generate --force - name: Zip Project Contents - run: zip -r cssbans.v${{ github.ref_name }}_beta.zip . + run: zip -r cssbans.v${{ github.ref_name }}.zip . - name: Create Draft Release with Specific File Name and Generate Release Notes uses: ncipollo/release-action@v1.14.0