Skip to content

Commit

Permalink
更新说明文件
Browse files Browse the repository at this point in the history
  • Loading branch information
shaww855 committed Feb 22, 2025
1 parent 465904b commit e2b0394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:
- name: Verify artifacts
run: |
ls -lh dist/
[ -f dist/index_${{ env.CONVERTED_VERSION }}.exe ] || exit 1
[ -f dist/index_${{ env.CONVERTED_VERSION }}.zip ] || exit 1
[ -f dist/acfunlive_${{ env.CONVERTED_VERSION }}.exe ] || exit 1
[ -f dist/acfunlive_${{ env.CONVERTED_VERSION }}.zip ] || exit 1
- name: Create Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.RAW_VERSION }}
name: Release ${{ env.CONVERTED_VERSION }}
files: |
dist/index_${{ env.CONVERTED_VERSION }}.exe
dist/index_${{ env.CONVERTED_VERSION }}.zip
dist/acfunlive_${{ env.CONVERTED_VERSION }}.exe
dist/acfunlive_${{ env.CONVERTED_VERSION }}.zip
draft: true
body: "自动生成的预览版,请检查后发布"
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

[![CodeQL Advanced](https://github.com/shaww855/acfun-live/actions/workflows/codeql.yml/badge.svg)](https://github.com/shaww855/acfun-live/actions/workflows/codeql.yml)
[![Auto Release](https://github.com/shaww855/acfun-live/actions/workflows/auto-release.yml/badge.svg)](https://github.com/shaww855/acfun-live/actions/workflows/auto-release.yml)

![GitHub Created At](https://img.shields.io/github/created-at/shaww855/acfun-live)
![GitHub Release](https://img.shields.io/github/v/release/shaww855/acfun-live)
[![downloads](https://img.shields.io/github/downloads/shaww855/acfun-live/total)](https://github.com/shaww855/acfun-live/releases)
![GitHub License](https://img.shields.io/github/license/shaww855/acfun-live)

自动挂牌子工具,定时检测主播开播情况,当日时长挂满后自动离开直播间,支持扫码登录
扫码免密登录,时刻关注你喜爱的主播,自动增加观看时长
请认准唯二指定下载仓库 Github、Gitee。
本工具完全免费、开源,有更好的点子欢迎PR。

Expand Down

0 comments on commit e2b0394

Please sign in to comment.