Try to add release files
stable / fmt
Details
stable / fmt
Details
This commit is contained in:
parent
717c5c54a5
commit
00431161ab
|
|
@ -2,7 +2,8 @@ name: CI release
|
|||
run-name: CI release
|
||||
on:
|
||||
push:
|
||||
tags: '*'
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -21,6 +22,6 @@ jobs:
|
|||
- uses: actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
target/${{ matrix.target }}/release/crabidy-server
|
||||
target/${{ matrix.target }}/release/{cbd-tui,crabidy-server}
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
pre_release: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue