mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +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
|
||||
jobs:
|
||||
build:
|
||||
name: Build IPA and Mac Catalyst
|
||||
name: Build IPA
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- name: Use Node.js 20
|
||||
|
|
@ -27,15 +27,3 @@ jobs:
|
|||
name: Sora-IPA
|
||||
path: build/Sora.ipa
|
||||
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