Skip to content

Commit

Permalink
Rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 23, 2025
1 parent 2d89cb9 commit 9e1e004
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ jobs:
fi
- name: Set up node
if: steps.composer-tools.outputs.assets-compiler == '0'
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.NODE_VERSION }}
Expand All @@ -203,15 +202,15 @@ jobs:
run: |
rector || echo "Error: $?"
- name: Run PHP-Scoper
- name: run-php-scoper
continue-on-error: true
run: |
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 code to the `build/` directory
if: steps.php-scoper.outcome == 'failure'
if: steps.run-php-scoper.outcome == 'failure'

Check failure on line 213 in .github/workflows/build-plugin-archive.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "run-php-scoper" is not defined in object type {}

Check failure on line 213 in .github/workflows/build-plugin-archive.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "run-php-scoper" is not defined in object type {}
run: |
shopt -s extglob dotglob
mkdir build
Expand Down

0 comments on commit 9e1e004

Please sign in to comment.