Skip to content

Commit 542ad27

Browse files
committed
upload files
1 parent c42a69e commit 542ad27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,11 @@ jobs:
218218
echo "${{ secrets.SF_HOSTKEY }}" >> ~/.ssh/known_hosts
219219
220220
sshpass -e sftp -oBatchMode=no -b - ${{ secrets.SF_USERNAME }}@${{ secrets.SF_HOST }} << EOF
221-
cd /home/frs/project/phplist/
221+
cd /home/frs/project/phplist/$RELEASE_FOLDER
222+
mkdir $RELEASE_VERSION
223+
cd $RELEASE_VERSION
224+
put phplist-${RELEASE_VERSION}.*
222225
ls -l
223-
pwd
224226
bye
225227
EOF
226228

0 commit comments

Comments
 (0)