build: update action for build dmg file, add repair bash file inside.

This commit is contained in:
Lykin
2024-01-18 21:00:02 +08:00
parent 8948f76f16
commit 06853f7c75
5 changed files with 86 additions and 41 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build frontend assets
shell: bash