File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 8787 find forms-bridge -name "*.php" -exec sed -i 's/HTTP_BRIDGE_/FORMS_BRIDGE_HTTP_/g' {} \;
8888 find forms-bridge -name '*.php' -exec sed -i 's/HTTP_BRIDGE/FORMS_BRIDGE\\Http/g' {} \;
8989
90+ - name : Distignore
91+ run : cp .distignore forms-bridge
92+
9093 - name : Archive
9194 run : wp dist-archive forms-bridge ./"$ZIP"
9295
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ package:
9393 - find forms-bridge -name '*.php' -exec sed -i "s/http_bridge_/forms_bridge_http_/g" {} \;
9494 - find forms-bridge -name "*.php" -exec sed -i 's/HTTP_BRIDGE_/FORMS_BRIDGE_HTTP_/g' {} \;
9595 - find forms-bridge -name '*.php' -exec sed -i 's/HTTP_BRIDGE/FORMS_BRIDGE\\Http/g' {} \;
96+ - cp .distignore forms-bridge
9697 - wp dist-archive forms-bridge ./$ZIP
9798 artifacts :
9899 paths :
You can’t perform that action at this time.
0 commit comments