This commit is contained in:
@ -28,4 +28,12 @@ jobs:
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make
|
||||
|
||||
- name: Release
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
README.md
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
Reference in New Issue
Block a user