From 13dcb5be177aca5bfc8385e6e2b8ec5a03d8c0f2 Mon Sep 17 00:00:00 2001 From: Bryan Hu Date: Sun, 25 Feb 2024 14:24:58 -0800 Subject: [PATCH] update gh actions --- .github/workflows/build-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 26fef48..103b152 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -52,14 +52,14 @@ jobs: # zip the all the ipa files in the apps/expo/build-*.ipa - name: Zip ipa files run: | - cd apps/expo + cd apps/WarriorHappy zip -r build.zip build-*.ipa - name: Upload build uses: actions/upload-artifact@v2 with: name: build - path: apps/expo/build.zip + path: apps/WarriorHappy/build.zip - name: Zip the other files just in case run: |