We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e2b62 commit b3fc205Copy full SHA for b3fc205
.github/workflows/build-php-windows.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: garygrossgarten/github-action-scp@release
109
with:
110
local: "dist/php-${{ env.PHPVER }}-cli-win.zip"
111
- remote: /usr/share/nginx/dl.static-php.dev/static-php-cli/windows/
+ remote: ./
112
host: ${{ secrets.DEPLOY_SERVER_HOST }}
113
username: ${{ secrets.DEPLOY_SERVER_USER }}
114
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
0 commit comments