Merge pull request #1 from CSTMGames/Prod

Whops
This commit is contained in:
Chase Eller 2023-08-27 12:02:12 -04:00 committed by GitHub
commit ed2c756916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
run: |
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
uses: wangyucode/sftp-upload-action@v2.0.2