chore: fix ftp upload in release workflow (#1590)

This commit is contained in:
Stefan Dej 2023-10-07 20:48:29 +02:00 committed by GitHub
parent c8a1e8cb79
commit 5b62b97420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ jobs:
run: cp ./remote/* ./dist/
- name: Upload to remote server
uses: SamKirkland/FTP-Deploy-Action@v4
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.REMOTEHOST }}
username: ${{ secrets.REMOTEUSER }}