From 0888cc7538b06351c575b4a52bd1bee8e3c1be46 Mon Sep 17 00:00:00 2001 From: shaysglitter-afk Date: Sat, 25 Jul 2026 07:15:59 -0500 Subject: [PATCH] Update buildapp.yml for Expo-Unsigned-IPA usage --- .github/workflows/buildapp.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 94daa10..493235e 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -12,7 +12,15 @@ on: required: true type: string decrypted_youtube_url: - description: "Direct URL of the decrypted YouTube ipa" + description: "Direct URL of the decrypted YouTube ipa"- name: Expo-Unsigned-IPA + # You may pin to the exact commit or the version. + # uses: gamekiller2048/Expo-Unsigned-IPA@4228e289556fca6253e400123b7e3d3832483541 + uses: gamekiller2048/Expo-Unsigned-IPA@v1 + with: + # name of expo project + PROJECT_NAME: + # whether to clear the last cache + CLEAR_CACHE: # optional, default is false default: "https://files.catbox.moe/5a8qlt.ipa" required: true type: string