Skip to content

Commit 4b77b66

Browse files
committed
chore: Fix ci.
1 parent 76cec35 commit 4b77b66

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
node-version: 22
1717

1818
- name: 📥 Download deps
19-
uses: bahmutov/npm-install@v1
20-
with:
21-
useLockFile: false
22-
working-directory: "web"
23-
install-command: npm install
19+
working-directory: "web"
20+
run: npm install
2421

2522
- name: 🏗 Run build script
2623
working-directory: "web"
@@ -31,7 +28,7 @@ jobs:
3128
mkdir main
3229
cp -r web/out main/
3330
cp -r screenshots main/
34-
cp caddy_admin_ui.go go.mod go.sum README.md main/
31+
cp caddy_admin_ui.go webshell.go go.mod go.sum README.md main/
3532
3633
- name: Deploy 🚀
3734
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)