Skip to content

Commit

Permalink
otool jsons are getting overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Aug 6, 2024
1 parent c7a7f25 commit e68bd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Upload otool info as artifact
uses: actions/upload-artifact@v4
with:
name: otool_infos_cpack
name: otool_infos_cpack_${{ matrix.arch }}
path: build/otool*json
if-no-files-found: error

Expand Down Expand Up @@ -364,6 +364,6 @@ jobs:
- name: Upload otool info as artifact
uses: actions/upload-artifact@v4
with:
name: otool_info_dmg
name: otool_info_dmg_${{ matrix.arch }}
path: dmg/otool*json
if-no-files-found: error

0 comments on commit e68bd22

Please sign in to comment.