File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,14 @@ jobs:
7373 uses : actions/download-artifact@v4
7474 with :
7575 name : build
76- path : forms-bridge/assets/plugin.bundle.js
76+ path : forms-bridge/assets
77+
78+ - name : Debug
79+ run : ls -l forms-bridge/assets
7780
7881 - name : Install dist archive
7982 run : wp package install wp-cli/dist-archive-command:@stable
8083
81- - name : Debug
82- run : |
83- which wp
84- wp help
85-
8684 - name : Replace textdomains
8785 run : |
8886 find forms-bridge/deps/plugin -name '*.php' -exec sed -i "s/wpct-plugin/forms-bridge/g" {} \;
@@ -114,7 +112,9 @@ jobs:
114112 uses : actions/download-artifact@v4
115113 with :
116114 name : plugin-archive
117- path : ${{ env.ZIP }}
115+
116+ - name : Debug
117+ run : ls -l
118118
119119 - name : Create release
120120 env :
You can’t perform that action at this time.
0 commit comments