Skip to content

Commit 17439be

Browse files
committed
exract to good folder
1 parent 08858d7 commit 17439be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-sandbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
7171
- name: Extract
7272
run : |
73-
sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz && rm artifact.tar.gz && sudo cp -r artifact/* twitch-widget-sandbox/ && sudo rm -R artifact"
73+
sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz -C /twitch-widget-sandbox && rm artifact.tar.gz"
7474

0 commit comments

Comments
 (0)