Create release makefile target and execute from CI

This commit is contained in:
2024-07-26 07:26:13 +02:00
parent 3f6733a335
commit fe7dcd9333
2 changed files with 5 additions and 2 deletions

View File

@ -35,4 +35,4 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: make build
- run: make release