chore(ci): keep macos binary around in release assets

This commit is contained in:
Robert Sturla 2024-08-17 00:27:55 +01:00
parent 01169cf71d
commit 3b35d88611
No known key found for this signature in database

View File

@ -53,7 +53,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
mkdir dist
mv fabric-macos-latest-${{ matrix.arch }}-${{ github.ref_name }} dist/fabric
cp fabric-macos-latest-${{ matrix.arch }}-${{ github.ref_name }} dist/fabric
hdiutil create dist/fabric-${{ matrix.arch }}.dmg -volname "fabric" -srcfolder dist/fabric
mv dist/fabric-${{ matrix.arch }}.dmg fabric-macos-${{ matrix.arch }}-${{ github.ref_name }}.dmg