Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Aug 6, 2024
1 parent 5d42f0a commit 32b4667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Generate zip
run: |
cd ../
zip -r ${{ env.ZIP_NAME }}.zip ${{ github.event.repository.name }} -x '*.git*' '.php_cs.*' '*/node_modules' 'composer.*' 'package.*' '.editorconfig' '*_dev*' '*test*' 'gha-creds-*.json'
zip -r ${{ env.ZIP_NAME }}.zip ${{ github.event.repository.name }} -x "*.git*" ".php_cs.*" "*/node_modules" "composer.*" "package.*" ".editorconfig" "*_dev*" "*test*" "gha-creds-*.json"
cp ${{ env.ZIP_NAME }}.zip ${{ github.event.repository.name }}
- name: Push to GCP bucket storage
Expand Down

0 comments on commit 32b4667

Please sign in to comment.