From e9e4f65f91628619275829d1e55d77b02fa21783 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 5 May 2021 00:15:10 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index 4d7f98c4..dbec1277 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -164,13 +164,3 @@ jobs: file_glob: true prerelease: true - - name: Upload archives to release - uses: svenstaro/upload-release-action@master - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: SHA256SUM - tag: ${{ github.ref }} - overwrite: true - file_glob: true - prerelease: true -