test flight only release
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -368,8 +368,8 @@ jobs:
|
|||||||
|
|
||||||
upload-to-testflight:
|
upload-to-testflight:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
# if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||||
if: ${{ inputs.upload-artifact }}
|
#if: ${{ inputs.upload-artifact }}
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user