Update periodic-builds-apple.yml

pull/1152/head
Prateek Sunal 4 months ago committed by GitHub
parent f2bd6f376c
commit 23895e8a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/workflows/periodic-builds-apple.yml

@ -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() }}

Loading…
Cancel
Save