Skip to content

Commit 2f4aafe

Browse files
committed
debug
1 parent 14d779b commit 2f4aafe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ jobs:
218218
219219
sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
220220
cd /home/frs/project/phplist/
221-
ls -l $RELEASE_FOLDER
221+
ls -l
222+
pwd
222223
bye
223224
EOF
224225

0 commit comments

Comments
 (0)