Whops
This commit is contained in:
parent
1c2fd99a87
commit
fdab8ee444
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Move code to working directory so upload is easier
|
- name: Move code to working directory so upload is easier
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./workingdir2
|
mkdir -p ./workingdir2
|
||||||
find ./ -mindepth 1 -maxdepth 1 -type d ! -name '.git' ! -name '.github' ! -name 'workingdir' ! -name '.vscode' -exec mv -t workingdir2/ {} +
|
find ./ -mindepth 1 -maxdepth 1 -type d ! -name '.git' ! -name '.github' ! -name 'workingdir2' ! -name '.vscode' -exec mv -t workingdir2/ {} +
|
||||||
|
|
||||||
- name: SFTP Upload
|
- name: SFTP Upload
|
||||||
uses: wangyucode/sftp-upload-action@v2.0.2
|
uses: wangyucode/sftp-upload-action@v2.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue