From f3ba405037a893406974e08d1919a530de593c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Wed, 4 Sep 2024 13:13:22 +0200 Subject: [PATCH] Update .github/workflows/build-plugin-archive.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com> Signed-off-by: Moritz Meißelbach --- .github/workflows/build-plugin-archive.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-plugin-archive.yml b/.github/workflows/build-plugin-archive.yml index d78964d4..b38abb72 100644 --- a/.github/workflows/build-plugin-archive.yml +++ b/.github/workflows/build-plugin-archive.yml @@ -235,7 +235,8 @@ jobs: php-scoper add-prefix --force --output-dir build composer --working-dir=build dump-autoload -o sed -i "s/'__composer_autoload_files'/\'__composer_autoload_files_${{ github.sha }}'/g" "build/vendor/composer/autoload_real.php" - - name: Move unchanged code to build directory + - name: Move code to the `build/` directory + if: steps.composer-tools.outputs.php-scoper != '0' run: | shopt -s extglob dotglob