soiz1 commited on
Commit
a4a50d4
·
verified ·
1 Parent(s): a7ba3cc

Update ftp-upload.js

Browse files
Files changed (1) hide show
  1. ftp-upload.js +1 -1
ftp-upload.js CHANGED
@@ -2,4 +2,4 @@ console.log("uploadddddding")
2
  const { execSync } = require("child_process");
3
  const path = require("path");
4
  const repoPath = path.join(__dirname, "dist");
5
- execSync("upload.sh", { cwd: repoPath, shell: true });
 
2
  const { execSync } = require("child_process");
3
  const path = require("path");
4
  const repoPath = path.join(__dirname, "dist");
5
+ execSync("./upload.sh", { cwd: repoPath, shell: true });