From c6ae34130e3b9e2a7cc1e4cd79462b6f87a7dcac Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 27 May 2024 18:27:28 -0700 Subject: [PATCH] try creating release workflow --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..7a29205 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: ci + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build + run: make VERSION=$(git rev-parse --short HEAD) + - name: Release + uses: softprops/action-gh-release@v2 + with: + files: "pixel-backup-gang-*.tar.gz"