mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-12 22:26:18 +00:00
parent
3e212e4502
commit
8000a7314d
12
.github/workflows/build-cli.yml
vendored
12
.github/workflows/build-cli.yml
vendored
@ -22,4 +22,14 @@ jobs:
|
|||||||
working-directory: build/
|
working-directory: build/
|
||||||
- name: Build Binary
|
- name: Build Binary
|
||||||
run: ./build-CLI.sh
|
run: ./build-CLI.sh
|
||||||
working-directory: build/
|
working-directory: build/
|
||||||
|
- name: Copy Binary to Root Dir
|
||||||
|
run: cp superscript ..
|
||||||
|
working-directory: dist/
|
||||||
|
- name: Upload Release Asset
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: superscript
|
||||||
|
asset_name: Superscript Linux Binary
|
||||||
|
tag: ${{ github.ref }}
|
Loading…
Reference in New Issue
Block a user