Skip to content

Commit

Permalink
ci: fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 22, 2024
1 parent a915746 commit db89f3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
output/*.zip
.output/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ This template should help get you started developing with Vue 3 in WXT.
* 统计大小
* darkmode
* 支持保存到 tiddlywiki
* 支持保存到 github
* 右键菜单实现功能,快捷键提示
* 日记模式
* codemirror6
* 代码拆分组件

* i18n

## Roadmap

* 支持保存到 github, such as issues, discussion

## Doc

* https://developer.chrome.com/docs/extensions/develop/concepts/messaging?hl=zh-cn
Expand Down

0 comments on commit db89f3f

Please sign in to comment.