File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -155,14 +155,13 @@ jobs:
155
155
prefix : ed
156
156
157
157
- name : Upload to CDN
158
- uses : milanmk/actions-file-deployer@master
158
+ uses : airvzxf/ftp-deployment-action@latest
159
159
with :
160
- remote-protocol : " sftp"
161
- remote-host : ${{ secrets.CDN_FTP_SERVER }}
162
- remote-user : ${{ secrets.CDN_FTP_USER }}
163
- remote-password : ${{ secrets.CDN_FTP_PWD }}
164
- local-path : ' ./bundles/crud/dist/'
165
- remote-path : ' ed/${{ env.ed_baseVersion }}/'
160
+ server : ${{ secrets.CDN_FTP_SERVER }}
161
+ user : ${{ secrets.CDN_FTP_USER }}
162
+ password : ${{ secrets.CDN_FTP_PWD }}
163
+ local_dir : ' ./bundles/crud/dist/'
164
+ remote_dir : ' ed/${{ env.ed_baseVersion }}/'
166
165
167
166
- name : Download packs artifacts
168
167
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments