Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAslaniYC authored Jun 22, 2024
1 parent c047259 commit f79bcce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit f79bcce

Please sign in to comment.