mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
test 增加提交发布功能
This commit is contained in:
parent
29322e0869
commit
6481c69d81
4
.github/workflows/release-draft.yml
vendored
4
.github/workflows/release-draft.yml
vendored
@ -85,8 +85,8 @@ jobs:
|
||||
uses: actions/upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./style.css
|
||||
asset_name: style.css
|
||||
asset_path: ./styles.css
|
||||
asset_name: styles.css
|
||||
asset_content_type: text/css
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user