Skip to content

Commit

Permalink
chore: update ftp upload action in release workflow (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jun 19, 2023
1 parent f5aee3e commit 7966270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: cp ./remote/* ./dist/

- name: Upload to remote server
uses: SamKirkland/FTP-Deploy-Action@4.3.4
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.REMOTEHOST }}
username: ${{ secrets.REMOTEUSER }}
Expand Down

0 comments on commit 7966270

Please sign in to comment.