File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ jobs:
200
200
registry-url : ${{ inputs.NPM_REGISTRY_DOMAIN }}
201
201
cache : ${{ env.NODE_CACHE_MODE }}
202
202
203
+ - name : Debug GITHUB_ENV
204
+ run : cat $GITHUB_ENV
205
+
203
206
- name : Install and run Composer Asset Compiler
204
207
if : steps.composer-tools.outputs.assets-compiler == '0'
205
208
run : |
@@ -221,6 +224,9 @@ jobs:
221
224
php-scoper add-prefix --force --output-dir build
222
225
composer --working-dir=build dump-autoload -o
223
226
sed -i "s/'__composer_autoload_files'/\'__composer_autoload_files_${{ github.sha }}'/g" "build/vendor/composer/autoload_real.php"
227
+ - name : Create build directory
228
+ if : steps.composer-tools.outputs.php-scoper != '0'
229
+ run : mkdir -p build
224
230
- name : Move unchanged code to build directory
225
231
if : steps.composer-tools.outputs.php-scoper != '0'
226
232
run : mv * build 2>/dev/null
You can’t perform that action at this time.
0 commit comments