Skip to content

Commit 5e66ed1

Browse files
committed
wip #92
1 parent 92f1473 commit 5e66ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Archive dist
2727
uses: actions/upload-artifact@v3
2828
with:
29-
name: frontend-dist
29+
name: dist
3030
path: dist
3131

3232
release-frontend:
@@ -55,8 +55,8 @@ jobs:
5555
- name: Download dist artifact
5656
uses: actions/download-artifact@v3
5757
with:
58-
name: frontend-dist
59-
path: frontend/dist
58+
name: dist
59+
path: dist
6060
- run: wget https://github.com/CoderBotOrg/docs/releases/download/v0.1/docs.tgz
6161
- run: mkdir -p cb_docs
6262
- run: tar xzf docs.tgz -C cb_docs

0 commit comments

Comments
 (0)