From 5f5560e41a4c490e0c167561f45a4e9cd1d5e269 Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:33:14 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Theo=E2=80=99s=20warning=20about=20not=20?= =?UTF-8?q?defining=20build=20version=20(#164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildapp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 2d9eb4f..618e1a5 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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