Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 6, 2023
1 parent 83ed153 commit 7aecb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ jobs:
mkdir dist/boostrap-icons
mkdir dist/qrcode
mv playground/* dist/
mv dfx-bootstrap-table-demo/* dist/bootstrap-table
mv dfx-bootstrap-icons-demo dist/bootstrap-icons
mv dfx-qrcode-demo dist/qrcode
mv dfx-bootstrap-table-demo/* dist/bootstrap-table/
mv dfx-bootstrap-icons-demo dist/bootstrap-icons/
mv dfx-qrcode-demo dist/qrcode/
- name: dist lookup
run: cd dist && ls -la && du -hs && cd -
Expand Down

0 comments on commit 7aecb0a

Please sign in to comment.