Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
acfba7cccc0f23d668760c5c1b5556015fa67aec
Authored by
JinMao
2022-10-12 20:02:47 +0800
1 parent
cb289866
fix: workflows
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/ftp-schedule.yml
.github/workflows/ftp-schedule.yml
View file @
acfba7c
...
...
@@ -44,7 +44,7 @@ jobs:
44
44
yarn run build
45
45
46
46
- name: Deploy
47
- uses: SamKirkland/FTP-Deploy-Action@
2.0.0
47
+ uses: SamKirkland/FTP-Deploy-Action@
4.3.2
48
48
env:
49
49
FTP_SERVER: ${{ secrets.FTP_SERVER }}
50
50
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
...
...