Skip to content

Commit

Permalink
chore: Update workflow to unzip and display structure of downloaded f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
talaman committed May 25, 2024
1 parent e68bee3 commit 00d4e91
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: artifacts
path: dist

- name: Display structure of downloaded files
run: cd artifacts && ls -R

- name: 📂 Unzip artifact
run: unzip artifacts/dist.zip -d dist
run: ls -R dist


- name: 📂 Sync files
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit 00d4e91

Please sign in to comment.