[iOS] removed java reference from "Build .ipa" workflow

This commit is contained in:
Vadim 2024-02-20 17:26:45 +01:00
parent 1d4a7aa3c9
commit 1b03199dde

View file

@ -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 }}