|
|
@ -2,6 +2,9 @@ name: apple nightly builds |
|
|
|
|
|
|
|
|
|
|
|
on: |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
push: |
|
|
|
|
|
|
|
tags: |
|
|
|
|
|
|
|
- '*' |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build-ios-main-on-macos: |
|
|
|
build-ios-main-on-macos: |
|
|
@ -30,13 +33,13 @@ jobs: |
|
|
|
- name: Upload Release Asset (.integrity) |
|
|
|
- name: Upload Release Asset (.integrity) |
|
|
|
id: upload-release-asset-integrity |
|
|
|
id: upload-release-asset-integrity |
|
|
|
uses: ncipollo/release-action@v1 |
|
|
|
uses: ncipollo/release-action@v1 |
|
|
|
|
|
|
|
if: startsWith(github.ref, 'refs/tags/v') |
|
|
|
with: |
|
|
|
with: |
|
|
|
allowUpdates: true |
|
|
|
allowUpdates: true |
|
|
|
artifacts: "prebuilt/bundle-apple-xcframework-ios/ffmpegkit-bundled.xcframework.zip" |
|
|
|
artifacts: "prebuilt/bundle-apple-xcframework-ios/ffmpegkit-bundled.xcframework.zip" |
|
|
|
omitBodyDuringUpdate: true |
|
|
|
omitBodyDuringUpdate: true |
|
|
|
omitNameDuringUpdate: true |
|
|
|
omitNameDuringUpdate: true |
|
|
|
draft: true |
|
|
|
draft: true |
|
|
|
tag: nightly |
|
|
|
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|