Upload dmg artifact on tag (#836)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/836 ^ Reviewed By: nikoant Differential Revision: D20139272 fbshipit-source-id: 0246b571399744b57aa8a222bbcad7238f52fe96
This commit is contained in:
committed by
Facebook Github Bot
parent
6eb027a9ee
commit
887a8721c5
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
@@ -45,9 +45,15 @@ jobs:
|
||||
with:
|
||||
name: Flipper-win.zip
|
||||
path: dist/Flipper-win.zip
|
||||
- name: upload mac artifact
|
||||
- name: upload mac zip artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
if: matrix.os == 'macos-latest'
|
||||
with:
|
||||
name: Flipper-mac.zip
|
||||
path: dist/Flipper-mac.zip
|
||||
- name: upload mac dmg artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
if: matrix.os == 'macos-latest'
|
||||
with:
|
||||
name: Flipper-mac.dmg
|
||||
path: dist/Flipper-mac.dmg
|
||||
|
||||
Reference in New Issue
Block a user