From 2c5ebe1488f2f1559223bf41f8564c787045facd Mon Sep 17 00:00:00 2001 From: Luis Lavaire Date: Fri, 26 Jan 2024 15:18:14 -0600 Subject: [PATCH] Updated . --- .github/workflows/makefile.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..0e0022c --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,29 @@ +permissions: write-all + +on: + push: + branches: [ "master" ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Deps + run: | + sudo apt-get -y install libfuse2 + + curl -o apprepo https://github.com/area-of-dev/apprepo.AppImage/releases/download/latest/apprepo.AppImage + chmod +x apprepo + + - name: Build + run: | + PATH=$PATH:$PWD make all + + - name: Release + uses: djnicholson/release-action@v2.11 + with: + token: ${{ secrets.GITHUB_TOKEN }} + asset-name: ${{ github.event.repository.name }} + file: ${{ github.event.repository.name }}