Skip to content

Commit

Permalink
14.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Oct 23, 2024
1 parent 7035ada commit d1aedad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: |
build/*
"build/app-*"
"build/eSearch-*"
- name: release
uses: softprops/action-gh-release@v2
with:
files: |
"build/app-*"
"build/eSearch-*"
files: "build/*"
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.4",
"version": "14.1.5",
"description": "识屏 · 搜索",
"main": "./out/main/main.js",
"scripts": {
Expand Down

0 comments on commit d1aedad

Please sign in to comment.