From 4d7a4b5531d03f950f299a09daa8a297f844050d Mon Sep 17 00:00:00 2001 From: befovy Date: Sat, 15 May 2021 19:49:20 +0800 Subject: [PATCH] ci: fix the lost bintray files --- .github/workflows/ios_release.yml | 8 -------- CHANGELOG.md | 7 +++++++ ios/CocoaPodsPub/BIJKPlayer.podspec | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml index 482f139030..1bc48161e6 100644 --- a/.github/workflows/ios_release.yml +++ b/.github/workflows/ios_release.yml @@ -36,14 +36,6 @@ jobs: script: | return context.payload.ref.replace('refs/tags/', ''); - - name: Upload to Bintray - working-directory: ios/CocoaPodsPub - run: | - curl --progress-bar --verbose -T IJKMediaPlayer.tar.gz -ubefovy:${{ secrets.BINTRAY_APIKEY }} \ - -H "X-Bintray-Package:bijkplayer" \ - -H "X-Bintray-Version:${{ steps.tag.outputs.result }}" \ - https://api.bintray.com/content/befovytray/bijkplayer/${{ steps.tag.outputs.result }}/IJKMediaPlayer.tar.gz\;publish\=1 | tee /dev/null - - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c2965cab42..94d6ef8f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +--- + +## 0.7.9 (2021-05-15) + +* fix the lost bintray files (iOS) + --- ## 0.7.8 (2020-07-11) diff --git a/ios/CocoaPodsPub/BIJKPlayer.podspec b/ios/CocoaPodsPub/BIJKPlayer.podspec index 3fe8581169..5db1ca14bd 100644 --- a/ios/CocoaPodsPub/BIJKPlayer.podspec +++ b/ios/CocoaPodsPub/BIJKPlayer.podspec @@ -75,7 +75,7 @@ Pod::Spec.new do |spec| # Supports git, hg, bzr, svn and HTTP. # - spec.source = { :http => "https://dl.bintray.com/befovytray/bijkplayer/f0.7.8/IJKMediaPlayer.tar.gz" } + spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.9/IJKMediaPlayer.tar.gz" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # #