From b7946797d12260c04273eb95802549e129867bb8 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:02:12 -0500 Subject: [PATCH] Fix SDK caching --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 0493264..f627c34 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -66,7 +66,7 @@ jobs: id: SDK uses: actions/cache@v4.0.2 env: - cache-name: iOS-16.4-SDK + cache-name: iOS-16.5-SDK with: path: theos/sdks/ key: ${{ env.cache-name }} @@ -157,7 +157,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DRAFT: ${{ inputs.create_release }}