File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
uses : garygrossgarten/github-action-scp@release
108
108
with :
109
109
local : " dist/php-${{ env.PHPVER }}-cli-win.zip"
110
- remote : ${{ steps.process-env.outputs.DEPLOY_TARGET }} /
110
+ remote : /usr/share/nginx/dl.static-php.dev/static-php-cli/windows /
111
111
host : ${{ secrets.DEPLOY_SERVER_HOST }}
112
112
username : ${{ secrets.DEPLOY_SERVER_USER }}
113
113
privateKey : ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
@@ -116,7 +116,7 @@ jobs:
116
116
uses : garygrossgarten/github-action-scp@release
117
117
with :
118
118
local : " dist/php-${{ env.PHPVER }}-micro-win.zip"
119
- remote : ${{ steps.process-env.outputs.DEPLOY_TARGET }} /
119
+ remote : /usr/share/nginx/dl.static-php.dev/static-php-cli/windows /
120
120
host : ${{ secrets.DEPLOY_SERVER_HOST }}
121
121
username : ${{ secrets.DEPLOY_SERVER_USER }}
122
122
privateKey : ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments