Use chmanie/release-action
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu) Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) Details

This commit is contained in:
chmanie 2023-06-12 19:09:26 +02:00
parent 0723ad4914
commit a8ef5545c1
1 changed files with 2 additions and 1 deletions

View File

@ -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