Skip to content

Commit

Permalink
try creating release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed May 28, 2024
1 parent 7ad165b commit c6ae341
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c6ae341

Please sign in to comment.