Files
unicorn/.github/workflows/release.yml
Workflow config file is invalid. Please check your config file: yaml: line 1: did not find expected '-' indicator
Amarachi Omereife 3b0c6917dc refactoring
2023-10-17 14:36:20 +01:00

16 lines
430 B
YAML

- 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