Skip to content

Commit 80acdbf

Browse files
committed
remove version from artifact
1 parent 5783eeb commit 80acdbf

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
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
pnpm run build
3434
npm pack
35+
mv fcitx5-config-vue-*.tgz fcitx5-config-vue.tgz
3536
3637
- name: Release
3738
if: ${{ github.ref == 'refs/heads/master' }}
@@ -42,4 +43,4 @@ jobs:
4243
prerelease: true
4344
title: Nightly Build
4445
files: |
45-
fcitx5-config-vue-*.tgz
46+
fcitx5-config-vue.tgz

0 commit comments

Comments
 (0)