Skip to content

Commit

Permalink
Rename project artifacts from faster-pageload to preloadify
Browse files Browse the repository at this point in the history
Updates GitHub release workflow to use the new project name in:
- Release zip file name
- Release download instructions
- Release file references

Also enables automatic release notes generation
  • Loading branch information
1337Core committed Feb 25, 2025
1 parent 3ffdbd7 commit 9a8425f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Create zip file
run: |
zip -r faster-pageload-latest.zip . -x ".git/*" ".github/*"
zip -r preloadify-latest.zip . -x ".git/*" ".github/*"
- name: Delete existing dev release
uses: dev-drprasad/[email protected]
Expand All @@ -41,6 +41,10 @@ jobs:
body: |
Automatic development release from main branch
Last Updated: ${{ steps.date.outputs.date }}
To download use preloadify-latest.zip
draft: false
prerelease: true
files: faster-pageload-latest.zip
files: preloadify-latest.zip
generate_release_notes: true

0 comments on commit 9a8425f

Please sign in to comment.