Skip to content

Commit

Permalink
Update .github/workflows/build-plugin-archive.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Bammes <[email protected]>
Signed-off-by: Moritz Meißelbach <[email protected]>
  • Loading branch information
Biont and tyrann0us authored Sep 4, 2024
1 parent 4b7a858 commit f3ba405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3ba405

Please sign in to comment.