Skip to content

Commit

Permalink
Add composer.json to the release zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffguillain committed May 23, 2024
1 parent c812101 commit 7ac15d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm run build
- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "node_modules/*" ".gitignore" ".editorconfig" ".phpcs.xml" "composer.json" "composer.lock" "package.json" "package-lock.json"
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "node_modules/*" ".gitignore" ".editorconfig" ".phpcs.xml" "composer.lock" "package.json" "package-lock.json"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7ac15d3

Please sign in to comment.