mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
changed asset upload name
removed create criteria, must be publish
This commit is contained in:
parent
42ca74b4ab
commit
73b5c393a0
4
.github/workflows/build-cli.yml
vendored
4
.github/workflows/build-cli.yml
vendored
@ -5,7 +5,7 @@ name: Build Superscript Linux
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, created, edited]
|
types: [published, edited]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
@ -31,5 +31,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: superscript
|
file: superscript
|
||||||
asset_name: Superscript Linux Binary
|
asset_name: superscript
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
Loading…
Reference in New Issue
Block a user