From 8647a1029a8871a9b82a657d7c1ebe28f37477ae Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:25:21 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix=20Theo=E2=80=99s=20warning=20abou?= =?UTF-8?q?t=20not=20defining=20build=20version=20(#164)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5f5560e41a4c490e0c167561f45a4e9cd1d5e269. --- .github/workflows/buildapp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 0402519..78211c2 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -134,7 +134,6 @@ 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.3