mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
add release asset automaticallt
This commit is contained in:
parent
fc63d5d7e1
commit
42ca74b4ab
10
.github/workflows/build-cli.yml
vendored
10
.github/workflows/build-cli.yml
vendored
@ -23,3 +23,13 @@ jobs:
|
||||
- name: Build Binary
|
||||
run: ./build-CLI.sh
|
||||
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