Skip to content

Commit

Permalink
Additional adjustments for FTP sync in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Mar 14, 2023
1 parent 50d9572 commit a100e12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_BETA }}
password: ${{ secrets.FTP_PASSWORD_BETA }}
protocol: ftps
exclude: .git*
- .git*/**
- **/.git*/**
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME_RELEASE }}
password: ${{ secrets.FTP_PASSWORD_RELEASE }}
protocol: ftps
exclude: .git*
- .git*/**
- **/.git*/**
Expand Down

0 comments on commit a100e12

Please sign in to comment.