mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
ci: wip fixing build binaries actions
This commit is contained in:
parent
66bc59892a
commit
e09401b9f7
5
.github/workflows/build-release-binaries.yml
vendored
5
.github/workflows/build-release-binaries.yml
vendored
@ -93,10 +93,7 @@ jobs:
|
|||||||
|
|
||||||
archive_name=f'${{ matrix.bin }}_${{ github.event.release.tag_name }}_{os_info.system}_{arch}.${{ matrix.archive_ext }}'
|
archive_name=f'${{ matrix.bin }}_${{ github.event.release.tag_name }}_{os_info.system}_{arch}.${{ matrix.archive_ext }}'
|
||||||
|
|
||||||
print(f'archive={archive_name} >> $GITHUB_OUTPUT')
|
print(f'::set-output name=archive::{archive_name}')
|
||||||
|
|
||||||
- name: debug
|
|
||||||
run: tree ./target
|
|
||||||
|
|
||||||
- name: Pack macos archive
|
- name: Pack macos archive
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
|
Loading…
Reference in New Issue
Block a user