Skip to content

Commit

Permalink
ci: log artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jun 26, 2023
1 parent fe3a78b commit 8cdfa3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: artifacts
- name: Log downloaded artifacts
run: |
ls -R ${{ github.workspace }}/artifacts
- name: Extract artifacts
run: |
mkdir dist
Expand Down

0 comments on commit 8cdfa3e

Please sign in to comment.