Skip to content

Commit

Permalink
workflow: fix folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Dec 20, 2023
1 parent 144f1ec commit d7d7afd
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 @@ -30,7 +30,7 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./client/dist
local-dir: ./client/dist/
server-dir: /github.shubhamlal.in/
exclude: |
**/.git
Expand Down

0 comments on commit d7d7afd

Please sign in to comment.