Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmdy committed Sep 5, 2024
1 parent b28c84b commit 3b6966a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
# 检出代码
- name: 📂 检出代码 # 第一步,检出仓库代码
uses: actions/checkout@v4 # 使用 actions/checkout 这个第三方 Action 来检出代码

with:
path: 'repo'
- name: 📦 配置 Node.js 环境 # 第二步,配置 Node.js 环境
uses: actions/setup-node@v4
with: # 配置参数
Expand All @@ -43,7 +44,7 @@ jobs:
# 使用 git 克隆仓库到临时文件夹
run: |
# 克隆仓库到临时文件夹
git clone https://github.com/bcmdy/JsHook-Scropt-Template Script.tmp
cp -r repo Script.tmp
# 给临时文件夹中所有文件添加可执行权限
chmod +x -R ./Script.tmp
# 切换到临时文件夹
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "flxmod-template2",
"name": "JsHook-Script-Template",
"main": "index.ts",
"version": "1.0.0",
"private": true,
Expand Down

0 comments on commit 3b6966a

Please sign in to comment.