Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Oct 29, 2024
1 parent 0c3d40b commit b32667f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
eas-version: latest
expo-cache: true
token: ${{secrets.EXPO_TOKEN}}
- run: npm install
- run: eas build -p ios --non-interactive --local
- run: touch test.ipa
- name: Upload binary as artifact
uses: actions/upload-artifact@v4
with:
name: binary
path: ${{ github.workspace }}/*.ipa'
retention-days: 1

0 comments on commit b32667f

Please sign in to comment.