Skip to content

Commit

Permalink
Fix local directory for FTP upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 3, 2024
1 parent 13e139d commit 985df6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ jobs:
secure: true
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWORD }}
local-dir: publish/
local_dir: publish/

- name: Build with qmake
id: build_apk_qmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
secure: true
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWORD }}
local-dir: publish/
local_dir: publish/
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
secure: true
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWORD }}
local-dir: publish/
local_dir: publish/

0 comments on commit 985df6e

Please sign in to comment.