Skip to content

Commit

Permalink
ci: don't hard-code version
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 25, 2024
1 parent e581034 commit ef3bdb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
pnpm run configure
pnpm run build
npm pack
mv fcitx5-rime-*.tgz fcitx5-rime.tgz
- name: Build rime-ice
uses: rimeinn/deploy-schema@master
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
prerelease: true
title: "Nightly Build"
files: |
fcitx5-rime-*.tgz
fcitx5-rime.tgz
- name: Create stable release
if: ${{ github.ref_type == 'tag' }}
Expand All @@ -97,4 +98,4 @@ jobs:
prerelease: false
title: ${{ github.ref_name }}
files: |
fcitx5-rime-*.tgz
fcitx5-rime.tgz
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"fcitx5-rime": "file:../fcitx5-rime-0.1.0.tgz",
"fcitx5-rime": "file:../fcitx5-rime.tgz",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vite-plugin-static-copy": "^2.2.0",
Expand Down

0 comments on commit ef3bdb4

Please sign in to comment.