Fix Theo’s warning about not defining build version (#164)

This commit is contained in:
Macley 2024-06-03 23:33:14 +02:00 committed by GitHub
parent ac18fa40a2
commit 5f5560e41a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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