Skip to content

Commit

Permalink
Workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hobsRKM committed Apr 20, 2024
1 parent d2b55dc commit fdeff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdeff4a

Please sign in to comment.