Try to add release files
stable / fmt 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 16:05:22 +02:00
parent 717c5c54a5
commit 0e73ce57df
1 changed files with 1 additions and 1 deletions

View File

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