Skip to content

adding Install option for aur #2

adding Install option for aur

adding Install option for aur #2

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
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!"