🐛 update build single app

This commit is contained in:
Tw93
2023-08-28 20:05:50 +08:00
parent dacbbe4b2b
commit 49a045ce55
2 changed files with 3 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ jobs:
URL: ${{ inputs.url }}
run: |
npm install
node ./script/build_with_pake_cli.js
npm run build:config
- name: Build for Ubuntu
if: matrix.os == 'ubuntu-latest'
@@ -108,7 +108,7 @@ jobs:
mv src-tauri/target/release/bundle/deb/*.deb output/linux/${{inputs.title}}_`arch`.deb
mv src-tauri/target/release/bundle/appimage/*.AppImage output/linux/"${{inputs.title}}"_`arch`.AppImage
- name: Build for Macos
- name: Build for macOS
if: matrix.os == 'macos-latest'
run: |
rustup target add aarch64-apple-darwin