Fix dmg-release.yml error (#1220)
Summary: Key was duplicated. :( Pull Request resolved: https://github.com/facebook/flipper/pull/1220 Reviewed By: mweststrate Differential Revision: D21861770 Pulled By: passy fbshipit-source-id: 6affdfbc488628465afc1a59c55ef0ec7ed61dff
This commit is contained in:
committed by
Facebook GitHub Bot
parent
89de3d4ae2
commit
8ec6a6f664
4
.github/workflows/dmg-release.yml
vendored
4
.github/workflows/dmg-release.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: 'Flipper-mac.dmg'
|
name: 'Flipper-mac.dmg'
|
||||||
path: 'dist/Flipper-mac.dmg'
|
path: 'dist/Flipper-mac.dmg'
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
@@ -46,7 +47,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: '*.dmg'
|
args: '*.dmg'
|
||||||
publish:
|
|
||||||
|
publish2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user