mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-30 01:58:55 -04:00
Merge pull request #1656 from delta1/ci-binaries
ci: wip fixing binaries
This commit is contained in:
commit
21e6bbe681
1 changed files with 1 additions and 4 deletions
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 }}'
|
||||
|
||||
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue