Update periodic-builds-apple.yml

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

@ -26,13 +26,13 @@ jobs:
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh -x --full --enable-gpl --disable-lib-srt --disable-lib-gnutls run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh -x --full --enable-gpl --disable-lib-srt --disable-lib-gnutls
- name: package zip - name: package zip
working-directory: ./prebuilt/bundle-apple-xcframework-ios/ working-directory: ./prebuilt/bundle-apple-xcframework-ios/
run: zip -r ffmpegkit.xcframework.zip ffmpegkit.xcframework run: zip -r ffmpegkit.xcframework.zip *
- 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
with: with:
allowUpdates: true allowUpdates: true
artifacts: "prebuilt/bundle-apple-xcframework-ios/ffmpegkit.xcframework.zip" artifacts: "prebuilt/bundle-apple-xcframework-ios/ffmpegkit-bundled.xcframework.zip"
omitBodyDuringUpdate: true omitBodyDuringUpdate: true
omitNameDuringUpdate: true omitNameDuringUpdate: true
draft: true draft: true

Loading…
Cancel
Save