File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
actions/create-plugin-artifact
plugins/wp-graphql-webhooks Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 echo "${GITHUB_SHA}" > build-sha.txt
2525 rm -f plugin-build/${{ inputs.slug }}-*.zip
26- composer archive -vvv --format=zip --ignore-filters -- file="plugin-build/${{ inputs.slug }}" --dir="."
26+ composer archive -vvv --format=zip --file="plugin-build/${{ inputs.slug }}" --dir="."
2727 shell : bash
2828
2929 - name : Upload plugin artifact
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 working-directory : ${{ steps.metadata.outputs.PLUGIN_DIR }}
128128 run : |
129129 rm -f plugin-build/${{ steps.plugin.outputs.plugin_slug }}.-*.zip
130- composer archive -vvv --format=zip --ignore-filters -- file="plugin-build/${{ steps.plugin.outputs.plugin_slug }}" --dir="."
130+ composer archive -vvv --format=zip --file="plugin-build/${{ steps.plugin.outputs.plugin_slug }}" --dir="."
131131
132132 # Verify archive was created
133133 if [ ! -f "plugin-build/${{ steps.plugin.outputs.plugin_slug }}.zip" ]; then
Original file line number Diff line number Diff line change 1818/composer.lock export-ignore
1919/phpstan.neon.dist export-ignore
2020/phpunit.xml.dist export-ignore
21- /wp-graphql-webhooks.php export-ignore
You can’t perform that action at this time.
0 commit comments