diff --git a/.github/workflows/ci_github_binary.yml b/.github/workflows/ci_github_binary.yml index d7be90b..fda5612 100644 --- a/.github/workflows/ci_github_binary.yml +++ b/.github/workflows/ci_github_binary.yml @@ -39,12 +39,3 @@ jobs: tags: true draft: false overwrite: true - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: "dist/*" - file_glob: true - tag: ${{ github.ref }} - overwrite: true - body: "This is my release text" \ No newline at end of file