Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Feb 5, 2024
1 parent 1ecdb7c commit 9ed0ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: ${{ github.GITHUB_WORKSPACE }}
run: ls -R

- name: Display structure of downloaded files
run: ls -R path/to/artifacts

- name: Extract and check build
run: php githooks app:extract-build
Expand Down

0 comments on commit 9ed0ca6

Please sign in to comment.