ci: wip fixing build binaries actions

This commit is contained in:
Byron Hambly 2024-05-28 12:32:04 +02:00
parent 66bc59892a
commit e09401b9f7
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697

View File

@ -93,10 +93,7 @@ jobs:
archive_name=f'${{ matrix.bin }}_${{ github.event.release.tag_name }}_{os_info.system}_{arch}.${{ matrix.archive_ext }}'
print(f'archive={archive_name} >> $GITHUB_OUTPUT')
- name: debug
run: tree ./target
print(f'::set-output name=archive::{archive_name}')
- name: Pack macos archive
if: startsWith(matrix.os, 'macos')