mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
Update build.yml
This commit is contained in:
parent
8c1a39cc71
commit
5e3324b681
1 changed files with 1 additions and 13 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build IPA and Mac Catalyst
|
name: Build IPA
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js 20
|
- name: Use Node.js 20
|
||||||
|
|
@ -27,15 +27,3 @@ jobs:
|
||||||
name: Sora-IPA
|
name: Sora-IPA
|
||||||
path: build/Sora.ipa
|
path: build/Sora.ipa
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
||||||
- name: Run macbuild.sh
|
|
||||||
run: |
|
|
||||||
chmod +x macbuild.sh
|
|
||||||
./macbuild.sh
|
|
||||||
|
|
||||||
- name: Upload Mac Catalyst artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Sora-Catalyst
|
|
||||||
path: build/Sora-catalyst.zip
|
|
||||||
compression-level: 0
|
|
||||||
Loading…
Reference in a new issue