Skip to content

Commit

Permalink
Refactor server directory path for file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Sep 25, 2024
1 parent 2aac11d commit febfa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: "/www/jdm/randoMedia"
server-dir: "/www/jdm/randoMedia/"
local-dir: ./
dry-run: false

0 comments on commit febfa2b

Please sign in to comment.