Skip to content

Commit

Permalink
chore: tryings to fix the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent c44d1dd commit e1072d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Create folder for full release
run: |
mkdir -p llhl/dist-full
cp -r llhl/dist llhl/dist-full
cp -r llhl/dist/* llhl/dist-full
- name: Move LLHL resources to LLHL folder
run: |
Expand Down

0 comments on commit e1072d4

Please sign in to comment.