From f79bcce3ed4b0cf47da1591db86055033c82eb7f Mon Sep 17 00:00:00 2001 From: itzParsaYC <115403383+ParsaAslaniYC@users.noreply.github.com> Date: Sat, 22 Jun 2024 18:55:25 +0330 Subject: [PATCH] Fixing workflow --- .github/workflows/c-cpp.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1a7a7b9..f72e747 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,12 +17,3 @@ jobs: run: ./configure - name: make run: make - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: logcatreader - asset_name: logcatreader - tag: ${{ github.ref }} - overwrite: true - body: "New version is here!"