Skip to content

Commit e08577c

Browse files
authored
Update build-php-windows.yml
1 parent 134b6d0 commit e08577c

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
@@ -121,7 +121,7 @@ jobs:
121121
username: ${{ secrets.DEPLOY_SERVER_USER }}
122122
privateKey: ${{ secrets.DEPLOY_SERVER_SECRET_KEY }}
123123
localPath: "dist/php-${{ env.PHPVER }}-micro-win.zip"
124-
remotePath: ${{ steps.process-env.outputs.DEPLOY_TARGET }}/
124+
remotePath: "${{ steps.process-env.outputs.DEPLOY_TARGET }}"
125125

126126
- name: "Upload Artifact"
127127
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)