Skip to content

Commit 4d7a4b5

Browse files
committed
ci: fix the lost bintray files
1 parent 13af3d0 commit 4d7a4b5

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/ios_release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
script: |
3737
return context.payload.ref.replace('refs/tags/', '');
3838
39-
- name: Upload to Bintray
40-
working-directory: ios/CocoaPodsPub
41-
run: |
42-
curl --progress-bar --verbose -T IJKMediaPlayer.tar.gz -ubefovy:${{ secrets.BINTRAY_APIKEY }} \
43-
-H "X-Bintray-Package:bijkplayer" \
44-
-H "X-Bintray-Version:${{ steps.tag.outputs.result }}" \
45-
https://api.bintray.com/content/befovytray/bijkplayer/${{ steps.tag.outputs.result }}/IJKMediaPlayer.tar.gz\;publish\=1 | tee /dev/null
46-
4739
- name: Create Release
4840
id: create_release
4941
uses: actions/create-release@v1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
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.
55

6+
7+
---
8+
9+
## 0.7.9 (2021-05-15)
10+
11+
* fix the lost bintray files (iOS)
12+
613
---
714

815
## 0.7.8 (2020-07-11)

ios/CocoaPodsPub/BIJKPlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Pod::Spec.new do |spec|
7575
# Supports git, hg, bzr, svn and HTTP.
7676
#
7777

78-
spec.source = { :http => "https://dl.bintray.com/befovytray/bijkplayer/f0.7.8/IJKMediaPlayer.tar.gz" }
78+
spec.source = { :http => "https://github.com/befovy/ijkplayer/releases/download/f0.7.9/IJKMediaPlayer.tar.gz" }
7979

8080
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
8181
#

0 commit comments

Comments
 (0)