Skip to content

Commit

Permalink
local-dir folder name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri authored Apr 12, 2024
1 parent 7d6e6e8 commit 1297044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
protocol: ftps
local-dir: "./public"
local-dir: "./public/"
server-dir: ${{ secrets.SERVER_DIR }}
port: ${{ secrets.FTP_PORT }}

0 comments on commit 1297044

Please sign in to comment.