mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
Update build-iPA.yml
This commit is contained in:
parent
6673d87c3c
commit
a39f5ced2c
6
.github/workflows/build-iPA.yml
vendored
6
.github/workflows/build-iPA.yml
vendored
@ -25,14 +25,18 @@ jobs:
|
||||
zip -r9 spotube-dev.ipa Payload/dev.app
|
||||
zip -r9 spotube-stable.ipa Payload/stable.app
|
||||
zip -r9 spotube-nightly.ipa Payload/nightly.app
|
||||
- name: Upload spotube*.ipa
|
||||
- name: Upload spotube-dev.ipa
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "spotube-dev.ipa"
|
||||
path: "spotube-dev.ipa"
|
||||
- name: Upload spotube-stable.ipa
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "spotube-stable.ipa"
|
||||
path: "spotube-stable.ipa"
|
||||
- name: Upload spotube-nightly.ipa
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: "spotube-nightly.ipa"
|
||||
path: "spotube-nightly.ipa"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user