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
451371a812b16b9c118cc4498ad1a7ddc75faed2
Authored by
JinMao
2022-10-13 07:59:31 +0800
1 parent
6faacd2d
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 @
451371a
...
...
@@ -44,7 +44,7 @@ jobs:
44
44
yarn run build
45
45
46
46
- name: Deploy
47
- uses: SamKirkland/FTP-Deploy-Action@
4.3.2
47
+ uses: SamKirkland/FTP-Deploy-Action@
2.0.0
48
48
env:
49
49
FTP_SERVER: ${{ secrets.FTP_SERVER }}
50
50
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
...
...