Skip to content

Commit 3899c4f

Browse files
authored
Update js-build.yml
1 parent 9dfb2c9 commit 3899c4f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/js-build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,13 @@ jobs:
155155
prefix: ed
156156

157157
- name: Upload to CDN
158-
uses: milanmk/actions-file-deployer@master
158+
uses: airvzxf/ftp-deployment-action@latest
159159
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 }}/'
166165

167166
- name: Download packs artifacts
168167
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)