diff options
author | Indrajith K L | 2022-09-04 00:15:42 +0530 |
---|---|---|
committer | GitHub | 2022-09-04 00:15:42 +0530 |
commit | 051bf7aff0ed2bc2236fd67888b7079b6b084272 (patch) | |
tree | 246545f6ff93c7c4356610ec7bdcb7f31ce0551f /.github | |
parent | c9da45ec69d8916074d77f266406332bf92a2631 (diff) | |
download | indrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.tar.gz indrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.tar.bz2 indrajith-dev-051bf7aff0ed2bc2236fd67888b7079b6b084272.zip |
Github Actions Updates Build Folder
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/node.js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f740856..2b03683 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,5 +35,5 @@ jobs: key: ${{ secrets.SSHKEY }} passphrase: ${{ secrets.SSH_PASSPHRASE }} rm: true - source: "public/" + source: "public/*" target: "${{ secrets.SSH_DIR }}" |