Skip to content

Commit

Permalink
remove gitee release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichv committed Jul 28, 2024
1 parent 4a3e862 commit 81f4e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,3 @@ jobs:
asset_path: ${{ steps.sign_app.outputs.signedReleaseFile }}
asset_name: my-tv-0-${{ github.ref_name }}.apk
asset_content_type: application/vnd.android.package-archive

- name: Gitee Create Release
run: |
latest_commit=$(git rev-parse HEAD)
history=$(cat history.md)
curl -v POST https://gitee.com/api/v5/repos/${{ github.repository }}/releases \
-H "Content-Type: application/json" \
-d '{
"access_token": "${{ secrets.GITEE_ACCESS_TOKEN}}",
"tag_name": "${{ github.ref_name }}",
"name": "Release ${{ github.ref_name }}",
"body": "'"$history"'",
"prerelease": false,
"target_commitish": "'"$latest_commit"'"
}'
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
2. 使用AI如claude.ai协助解决;
3. 向本项目原作者求助

# 版本说明
* -kk :支持android 4.4,自用版本,推荐
* -ijk :支持android 4.4,播放器改成了ijkplayer,低端机器可能效果好些,自行测试
* -jb :支持andriod 4.2/4.3 ,未经测试,后续不维护

# 我的电视·〇

电视网络视频播放软件,可以自定义视频源
Expand Down

0 comments on commit 81f4e97

Please sign in to comment.