Skip to content

Commit

Permalink
chore: Update FTP deployment configuration
Browse files Browse the repository at this point in the history
- Remove the "build-" prefix from the local directory path in the FTP deployment configuration.
  • Loading branch information
azat-ismagilov committed Jul 25, 2024
1 parent 16e2797 commit 39af985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
protocol: ftps
username: live@u.icpc.global
password: ${{ secrets.ftp_password }}
local-dir: build-${{ matrix.public_url }}/
local-dir: ${{ matrix.public_url }}/
server-dir: ${{ matrix.public_url }}/
dry-run: true

0 comments on commit 39af985

Please sign in to comment.