mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
ci: release make
This commit is contained in:
parent
2c9c83a53a
commit
39ee482bde
21
.github/workflows/release.yml
vendored
Normal file
21
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: C Make
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
permissions: write-all
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: make
|
||||
run: make
|
||||
- uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: lidm
|
||||
asset_name: lidm
|
||||
tag: ${{ github.ref }}
|
Loading…
x
Reference in New Issue
Block a user