Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Sep 2, 2024
1 parent 5695321 commit 94d683c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ jobs:
cd Cell2Fire
make clean
make -f makefile.macos-test
otool -L Cell2Fire > otool_${{ env.suffix }}.txt
mv Cell2Fire Cell2Fire_${{ env.suffix }}
otool -L Cell2Fire_arm64 > otool_arm64 _${{ env.suffix }}.txt
otool -L Cell2Fire_x86_64 > otool_x86_64_${{ env.suffix }}.txt
- name: Upload
uses: actions/upload-artifact@v4
with:
name: binaries_${{ env.suffix }}
path: |
Cell2Fire/otool_${{ env.suffix }}.txt
Cell2Fire/Cell2Fire_${{ env.suffix }}
Cell2Fire/otool_arm64 _${{ env.suffix }}.txt
Cell2Fire/otool_x86_64 _${{ env.suffix }}.txt
Cell2Fire/Cell2Fire_arm64 _${{ env.suffix }}
Cell2Fire/Cell2Fire_x86_64 _${{ env.suffix }}

0 comments on commit 94d683c

Please sign in to comment.