mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +00:00
changed asset upload name
removed create criteria, must be publish
Former-commit-id: 73b5c393a0
This commit is contained in:
parent
8000a7314d
commit
2444963af9
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