Skip to content

Commit

Permalink
ci: fix the lost bintray files
Browse files Browse the repository at this point in the history
  • Loading branch information
befovy committed May 15, 2021
1 parent 13af3d0 commit 4d7a4b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ios/CocoaPodsPub/BIJKPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down

0 comments on commit 4d7a4b5

Please sign in to comment.