Skip to content

Commit 3e0d984

Browse files
committed
edit ci
1 parent 0c5f301 commit 3e0d984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
run: cd client/ ; npm run build
2323

2424
- name: Create release
25+
run: cd client/
2526
uses: ncipollo/release-action@v1
2627
with:
27-
artifacts: "cd client/ ; dist_*.zip"
28+
artifacts: "dist_*.zip"
2829
# bodyFile: "release.md"
2930
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)