We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0d3e6 commit 6811b34Copy full SHA for 6811b34
.github/workflows/build-php-windows.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: garygrossgarten/github-action-scp@release
56
with:
57
local: "bin/spc"
58
- remote: /home/gh-deploy/
+ remote: /home/gh-deploy/spc-${{ matrix.php-version }}-${{ matrix.combination }}
59
host: ${{ secrets.DEPLOY_SERVER_HOST }}
60
username: ${{ secrets.DEPLOY_SERVER_USER }}
61
password: ${{ secrets.DEPLOY_SERVER_PASSWORD }}
0 commit comments