Skip to content

Commit b3fc205

Browse files
authored
Update build-php-windows.yml
1 parent a7e2b62 commit b3fc205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: garygrossgarten/github-action-scp@release
109109
with:
110110
local: "dist/php-${{ env.PHPVER }}-cli-win.zip"
111-
remote: /usr/share/nginx/dl.static-php.dev/static-php-cli/windows/
111+
remote: ./
112112
host: ${{ secrets.DEPLOY_SERVER_HOST }}
113113
username: ${{ secrets.DEPLOY_SERVER_USER }}
114114
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}

0 commit comments

Comments
 (0)