Use chmanie/release-action
This commit is contained in:
parent
0723ad4914
commit
a8ef5545c1
|
|
@ -21,10 +21,11 @@ jobs:
|
||||||
key: ${{ matrix.target }}
|
key: ${{ matrix.target }}
|
||||||
- name: cross compile for ${{ matrix.target }}
|
- name: cross compile for ${{ matrix.target }}
|
||||||
run: cross build --target ${{ matrix.target }} --release
|
run: cross build --target ${{ matrix.target }} --release
|
||||||
- uses: actions/release-action@main
|
- uses: chmanie/release-action@v1.0.1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
target/${{ matrix.target }}/release/cbd-tui
|
target/${{ matrix.target }}/release/cbd-tui
|
||||||
target/${{ matrix.target }}/release/crabidy-server
|
target/${{ matrix.target }}/release/crabidy-server
|
||||||
|
file_key: '_${{ matrix.target }}'
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
pre_release: true
|
pre_release: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue