This commit is contained in:
Chase Eller 2023-08-27 12:00:48 -04:00
parent 1c2fd99a87
commit fdab8ee444
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
1 changed files with 1 additions and 1 deletions

View File

@ -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