Remove redundant IPA upload step in build workflow

This commit is contained in:
2025-12-02 17:51:40 +09:00
committed by GitHub
parent 9f2b175717
commit 89f0bf602b

View File

@@ -112,11 +112,3 @@ jobs:
name: ios-build
path: artifacts/
retention-days: 30
- name: Upload IPA file
if: success()
uses: actions/upload-artifact@v4
with:
name: ipa
path: build/ipa/EnvSensorReader.ipa
retention-days: 30