Skip to content

Commit

Permalink
ignore more files from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpagz committed Sep 21, 2024
1 parent 14dbcd7 commit f7213bc
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 @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "node_modules/*" "tests/*" ".gitignore" ".editorconfig" ".phpcs.xml" "composer.lock" "package.json" "package-lock.json" ".vscode/*" "bin" "vendor" ".phpcs.xml.dist" ".phpunit.result.cache" ".travis.yml" "phpunit.xml.dist"
run: zip -r ${{ github.event.repository.name }}.zip . -x ".git/*" ".github/*" "node_modules/*" "tests/*" ".gitignore" ".distignore" ".editorconfig" ".phpcs.xml" "composer.json" "composer.lock" "package.json" "package-lock.json" ".vscode/*" "bin/*" "vendor" ".phpcs.xml.dist" ".phpunit.result.cache" ".travis.yml" "phpunit.xml.dist"

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

0 comments on commit f7213bc

Please sign in to comment.