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"