File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -153,17 +153,17 @@ jobs:
153
153
with :
154
154
filename : ./easydata.js/version.json
155
155
prefix : ed
156
-
157
- - name : Upload ftp
158
- uses : sebastianpopp/ftp-action@releases/v2
159
- with :
160
- host : ${{ secrets.CDN_FTP_SERVER }}
161
- user : ${{ secrets.CDN_FTP_USER }}
162
- password : ${{ secrets.CDN_FTP_PWD }}
163
- localDir : ' ./bundles/crud/dist/'
164
- remoteDir : ' ed/${{ env.ed_baseVersion }}/'
165
- options : " --delete --asci"
166
156
157
+ - name : Upload to CDN
158
+ uses : milanmk/actions-file-deployer@master
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 }}/'
166
+
167
167
- name : Download packs artifacts
168
168
uses : actions/download-artifact@v4
169
169
with :
You can’t perform that action at this time.
0 commit comments