Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov authored Jul 25, 2024
1 parent 043b22b commit a81748e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ 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 a81748e

Please sign in to comment.