mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-14 00:14:33 +09:00
Remove redundant IPA upload step in build workflow
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user