Build mac dmg in Action (#869)

Summary:
`build --mac` no longer implies building the DMG so the upload step currently fails.
Pull Request resolved: https://github.com/facebook/flipper/pull/869

Reviewed By: mweststrate

Differential Revision: D20283002

Pulled By: passy

fbshipit-source-id: c255ae3a7e4e006e198b79ad8ce79cfd5e80b6a3
This commit is contained in:
Pascal Hartig
2020-03-05 10:43:44 -08:00
committed by Facebook Github Bot
parent ffefa0694e
commit 83807f12f6

View File

@@ -29,7 +29,7 @@ jobs:
run: yarn build --linux run: yarn build --linux
- name: build macos - name: build macos
if: matrix.os == 'macos-latest' if: matrix.os == 'macos-latest'
run: yarn build --mac run: yarn build --mac --mac-dmg
- name: build windows - name: build windows
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
run: yarn build --win run: yarn build --win