Skip to content

Commit 2a6516b

Browse files
committed
fix(devops): Typo in release action
1 parent fb9fdb6 commit 2a6516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cd ui
4848
yarn install
4949
yarn build
50-
zip -r ui-dist.zip dist
50+
zip -r flydav-ui-dist.zip dist
5151
cp flydav-ui-dist.zip ../dist
5252
5353
- name: Create Tag

0 commit comments

Comments
 (0)