Skip to content

Commit 8867db7

Browse files
fix: fix workflow
1 parent deb0dad commit 8867db7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ jobs:
6161
cd apps/spin-art
6262
npm run build
6363
64-
- name: Copy build to dist
64+
- name: Copy spin-art build to dist
6565
run: |
66-
cp -r apps/dice-verse/dist dist/dice-verse
6766
cp -r apps/spin-art/dist dist/spin-art
6867
6968
- name: Copy main index.html

0 commit comments

Comments
 (0)