Skip to content

Commit

Permalink
fix(ci): add trailing slash to localdir arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
vzrenggamani committed Apr 13, 2024
1 parent c8610ad commit 6e9bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
username: ${{ secrets.PROXY_BACKEND_FTP_USERNAME }}
password: ${{ secrets.PROXY_BACKEND_FTP_PASSWORD }}
protocol: ftps
local-dir: ./backend/proxy
local-dir: ./backend/proxy/

- name: Fetch Data from External API
run: pnpm run fetchdata
Expand Down

0 comments on commit 6e9bc5b

Please sign in to comment.