This commit is contained in:
Amarachi Omereife
2023-10-17 15:06:16 +01:00
parent 3b0c6917dc
commit d70853b027
2 changed files with 7 additions and 27 deletions

View File

@@ -1,15 +0,0 @@
- name: build
run: make build
- name: version
run: echo "::set-output name=version::$(https://github.com/unicorn-engine/unicorn/archive/refs/tags/ --version)"
id: version
- name: release
uses: actions/create-release@v3
id: create_release
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
body_path: ChangeLog