File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/create-plugin-artifact Expand file tree Collapse file tree 2 files changed +2
-2
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-filter --file="plugin-build/${{ inputs.slug }}" --dir="."
26+ composer archive -vvv --format=zip --ignore-filters --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-filter --file="plugin-build/${{ steps.plugin.outputs.plugin_slug }}" --dir="."
130+ composer archive -vvv --format=zip --ignore-filters --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
You can’t perform that action at this time.
0 commit comments