Spaces:
Build error
Build error
Update ftp-upload.js
Browse files- 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 });
|