Skip to content

Commit

Permalink
14.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Oct 23, 2024
1 parent be18b0a commit 7035ada
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,19 @@ jobs:
pnpm install
pnpm run dist
- name: upload
uses: actions/upload-artifact@v3
with:
path: |
build/*
- name: release
uses: softprops/action-gh-release@v2
with:
files: |
"build/*"
"build/app-*"
"build/eSearch-*"
draft: false
prerelease: true
generate_release_notes: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eSearch",
"version": "14.1.3",
"version": "14.1.4",
"description": "识屏 · 搜索",
"main": "./out/main/main.js",
"scripts": {
Expand Down

0 comments on commit 7035ada

Please sign in to comment.