Try to add release files
This commit is contained in:
parent
717c5c54a5
commit
0e73ce57df
|
|
@ -21,6 +21,6 @@ jobs:
|
||||||
- uses: actions/release-action@main
|
- uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
target/${{ matrix.target }}/release/crabidy-server
|
target/${{ matrix.target }}/release/**
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
pre_release: true
|
pre_release: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue