Skip to content

Commit 915c73b

Browse files
committed
edit ci
1 parent 3e0d984 commit 915c73b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

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

2424
- name: Create release
25-
run: cd client/
2625
uses: ncipollo/release-action@v1
2726
with:
28-
artifacts: "dist_*.zip"
27+
artifacts: "client/dist_*.zip"
2928
# bodyFile: "release.md"
3029
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)