Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Upload php-dependencies as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Dec 2, 2022
1 parent 5250912 commit 576bb5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ jobs:
- name: '[ARTIFACT] Download artifact'
uses: actions/download-artifact@v3

- name: '[ARTIFACT] Move to root'
- name: '[ARTIFACT] Extract dependencies'
run: |
ls -l php-dependencies
mv php-dependencies/* ./
tar -xf php-dependencies/bin.tar
tar -xf php-dependencies/php-dependencies.tar
tar -xf php-dependencies/tools-dependencies.tar
# Check application
- name: '[CHECK] analyze'
Expand Down

0 comments on commit 576bb5d

Please sign in to comment.