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 b969a93 commit e68bee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
name: dist
path: artifacts

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

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

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

0 comments on commit e68bee3

Please sign in to comment.