Skip to content

Commit 714d510

Browse files
authored
Update deploy.yml
1 parent 18dde1e commit 714d510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
run: npm run build
2525

2626
- name: Upload production-ready build files
27-
uses: actions/upload-artifact@v3.1.2
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: production-files
30-
path: ./distt
30+
path: ./dist
3131

3232
deploy:
3333
name: Deploy

0 commit comments

Comments
 (0)