Skip to content

Commit

Permalink
fix: ios artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed May 29, 2022
1 parent 1c7a066 commit cb2dcda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ jobs:
run: cd ios && pod install --repo-update && cd ..
- name: IOS Release Build
run: yarn ios --configuration Release
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: HelloWorld.app
path: /Users/runner/Library/Developer/Xcode/DerivedData/HelloWorld-*/Build/Products/Release-iphonesimulator/HelloWorld.app

0 comments on commit cb2dcda

Please sign in to comment.