mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
chore(ci): keep macos binary around in release assets
This commit is contained in:
parent
01169cf71d
commit
3b35d88611
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user