Skip to content

Commit

Permalink
added ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Nov 20, 2024
1 parent 3ac9b8b commit d43e6c6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,19 @@ jobs:
with:
args: ${{ matrix.args }}

- name: ios build (macos only)
env:
IOS_CERTIFICATE: ${{ secrets.IOS_CERTIFICATE }}
IOS_CERTIFICATE_PASSWORD: ${{ secrets.IOS_CERTIFICATE_PASSWORD }}
IOS_MOBILE_PROVISION: ${{ secrets.IOS_MOBILE_PROVISION }}
if: matrix.os == 'macos-latest'
run: |
pnpm tauri ios build --export-method app-store-connect
# xcrun altool --upload-app --file "src-tauri/gen/apple/build/arm64/$APPNAME.ipa" --apiKey ${{ secrets.APPLE_API_KEY }} --apiIssuer ${{ secrets.APPLE_API_ISSUER }} --skip-submission





- name: publish artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d43e6c6

Please sign in to comment.