mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +00:00
[iOS] removed java reference from "Build .ipa" workflow
This commit is contained in:
parent
1d4a7aa3c9
commit
1b03199dde
1 changed files with 0 additions and 5 deletions
5
.github/workflows/build_ipa.yml
vendored
5
.github/workflows/build_ipa.yml
vendored
|
@ -26,11 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||||
|
|
||||||
- uses: actions/setup-java@v2
|
|
||||||
with:
|
|
||||||
distribution: "zulu"
|
|
||||||
java-version: "11"
|
|
||||||
|
|
||||||
- name: Install the Apple certificate and provisioning profile
|
- name: Install the Apple certificate and provisioning profile
|
||||||
env:
|
env:
|
||||||
APP_STORE_P12: ${{ secrets.APP_STORE_P12 }}
|
APP_STORE_P12: ${{ secrets.APP_STORE_P12 }}
|
||||||
|
|
Loading…
Reference in a new issue