mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-14 00:14:33 +09:00
Add step to upload IPA file in build workflow
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -112,3 +112,11 @@ jobs:
|
|||||||
name: ios-build
|
name: ios-build
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
- name: Upload IPA file
|
||||||
|
if: success() && exists('build/ipa/EnvSensorReader.ipa')
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: ipa
|
||||||
|
path: build/ipa/EnvSensorReader.ipa
|
||||||
|
retention-days: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user