Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 25, 2024
1 parent dcb4f0c commit 13dcb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 13dcb5b

Please sign in to comment.