From a81748e3942fbe11fded90913db12e90ec8fc0f5 Mon Sep 17 00:00:00 2001 From: Azat Ismagilov Date: Thu, 25 Jul 2024 22:56:22 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0d2493..859e7e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,16 +67,6 @@ jobs: unzip '*.zip' rm *.zip ls - - name: Upload to ftp - uses: SamKirkland/FTP-Deploy-Action@v4.3.5 - with: - server: ftp.u.icpc.global - port: 21 - protocol: ftps - username: live@u.icpc.global - password: ${{ secrets.ftp_password }} - local-dir: build-all/ - dry-run: true - name: Upload raw uses: actions/upload-artifact@v4 with: