Skip to content

Commit

Permalink
Dry run ftp deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov authored Jul 25, 2024
1 parent bacfd19 commit 284ce32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
unzip '*.zip'
rm *.zip
ls
- name: Upload to ftp
uses: SamKirkland/[email protected]
with:
server: ftp.u.icpc.global
port: 21
protocol: ftps
username: [email protected]
password: ${{ secrets.ftp_password }}
local-dir: build-all
dry-run: true
- name: Upload raw
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 284ce32

Please sign in to comment.