mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
Fix Theo’s warning about not defining build version (#164)
This commit is contained in:
parent
ac18fa40a2
commit
5f5560e41a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/buildapp.yml
vendored
1
.github/workflows/buildapp.yml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
|||
THEOS: ${{ github.workspace }}/theos
|
||||
BUNDLE_ID: ${{ inputs.bundle_id }}
|
||||
APP_NAME: ${{ inputs.app_name }}
|
||||
TARGET: "iphone:latest:14.0"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue