Skip to content

Commit 1cf50f3

Browse files
committed
fix: attempt to fix artifact path
1 parent 96ab700 commit 1cf50f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
uses: actions/download-artifact@v4
8080
with:
8181
name: github-pages
82-
path: ./dist
82+
path: artifact
8383
- name: Copy build files
8484
run: |
8585
rm -rf ./*
86-
cp -r ./dist/* ./
86+
cp -r artifact/* ./
8787
8888
- name: Commit and push changes
8989
run: |

0 commit comments

Comments
 (0)