Try to add release files
stable / fmt Details

This commit is contained in:
chmanie 2023-06-12 16:05:22 +02:00
parent 717c5c54a5
commit 969cf0b313
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@ name: CI release
run-name: CI release
on:
push:
tags: '*'
tags:
- '*'
branches-ignore:
- 'main'
jobs:
release:
@ -21,6 +24,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