fixing build

This commit is contained in:
Igor Katson 2024-08-27 15:23:25 +01:00
parent 08b4dd7c1f
commit 93234c12c6
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 19 additions and 18 deletions

View file

@ -66,7 +66,7 @@ jobs:
- name: copy binary for release
run: |
cd target/cross
cp -l ${{ matrix.platform }}/arm/v7/rqbit rqbit-${{ steps.gen_artifact_key.outputs.key }}
cp -l ${{ matrix.platform }}/rqbit rqbit-${{ steps.gen_artifact_key.outputs.key }}
- uses: softprops/action-gh-release@v1
with: