Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifengle committed Sep 17, 2024
1 parent bc52bf3 commit 7ef8516
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
zip: windows
# checksum: sha256
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.ref_name }}
ref: ${{ github.ref }}
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: rss2pan
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@

## 用法

在同一目录下面,配置好 `rss.json` `node-site-config.json`
在同一目录下面,配置好 `rss.json` `node-site-config.json``.cookies`

在命令行运行 `rss2pan`

`.cookies` 文件内容是115的cookie字符串。手动从浏览器复制或者使用 [gcookie](https://github.com/zhifengle/gcookie)

```bat
REM 使用 gcookie 读取浏览器的 cookie
gcookie.exe 115.com > .cookies
```

```bash
# 查看帮助
rss2pan -h
Expand Down

0 comments on commit 7ef8516

Please sign in to comment.