Skip to content

Commit

Permalink
犯了一些愚蠢的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaleio committed Jul 2, 2024
1 parent 746ea47 commit 50d371d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Build
run: |
npm install
npm run build
npm run release
- uses: actions/upload-artifact@v4
with:
name: Release
path: /
path: release.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
## 注意事项

- 若发生了任何不好的事情请积极发 issue,发 issue 时带上系统版本,插件列表和 LiteLoaderQQNT 设置中所示的版本信息。
- 使用 `npm run release` 以生成可加载的插件,如果你不是开发者请直接下载 Release。
- 使用 `npm install; npm run build; npm run release` 以生成可加载的插件,如果你不是开发者请直接下载 Release。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "webpack",
"release": "git archive -o release.zip HEAD && zip -r release.zip . -i dist"
"release": "git archive -o release.zip HEAD && zip -r release.zip dist"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit 50d371d

Please sign in to comment.