Fix condition for uploading IPA file

This commit is contained in:
2025-12-02 17:47:42 +09:00
committed by GitHub
parent 4b92685094
commit 9f2b175717

View File

@@ -114,7 +114,7 @@ jobs:
retention-days: 30
- name: Upload IPA file
if: success() && exists('build/ipa/EnvSensorReader.ipa')
if: success()
uses: actions/upload-artifact@v4
with:
name: ipa