diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84e534b..1261aba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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