Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bakashigure committed Jan 18, 2023
1 parent 114674b commit 5dbf9bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Run prebuild
run: pnpm prebuild

# https://github.com/marketplace/actions/electron-builder-action
- name: Compile & Release Electron app
uses: MaaAssistantArknights/maa-electronui-builder@master
with:
build_script_name: prebuild # the script(npm run prebuild) run before electron-builder
skip_install: "true"
skip_build: "true"
args: --config electron-builder-${{ matrix.goarch }}.json
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": "meo-assistant-arknights",
"version": "2.0.0-alpha.51",
"version": "2.0.0-alpha.52",
"main": "dist/main/index.cjs",
"author": "_ChingC <[email protected]>",
"templateBy": "草鞋没号 <[email protected]>",
Expand Down

0 comments on commit 5dbf9bd

Please sign in to comment.