Skip to content

Commit 34da6a9

Browse files
authored
Test remote path
1 parent d327b13 commit 34da6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: garygrossgarten/github-action-scp@release
108108
with:
109109
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/
111111
host: ${{ secrets.DEPLOY_SERVER_HOST }}
112112
username: ${{ secrets.DEPLOY_SERVER_USER }}
113113
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
@@ -116,7 +116,7 @@ jobs:
116116
uses: garygrossgarten/github-action-scp@release
117117
with:
118118
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/
120120
host: ${{ secrets.DEPLOY_SERVER_HOST }}
121121
username: ${{ secrets.DEPLOY_SERVER_USER }}
122122
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}

0 commit comments

Comments
 (0)