We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134b6d0 commit e08577cCopy full SHA for e08577c
.github/workflows/build-php-windows.yml
@@ -121,7 +121,7 @@ jobs:
121
username: ${{ secrets.DEPLOY_SERVER_USER }}
122
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
123
localPath: "dist/php-${{ env.PHPVER }}-micro-win.zip"
124
- remotePath: ${{ steps.process-env.outputs.DEPLOY_TARGET }}/
+ remotePath: "${{ steps.process-env.outputs.DEPLOY_TARGET }}"
125
126
- name: "Upload Artifact"
127
uses: actions/upload-artifact@v4
0 commit comments