From 8ec6a6f6647af2b2a1dc54d2574039a588608c03 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 3 Jun 2020 09:46:54 -0700 Subject: [PATCH] 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 --- .github/workflows/dmg-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dmg-release.yml b/.github/workflows/dmg-release.yml index 5dca6641d..3bd695e90 100644 --- a/.github/workflows/dmg-release.yml +++ b/.github/workflows/dmg-release.yml @@ -27,6 +27,7 @@ jobs: with: name: 'Flipper-mac.dmg' path: 'dist/Flipper-mac.dmg' + publish: runs-on: ubuntu-latest needs: build @@ -46,7 +47,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: args: '*.dmg' - publish: + + publish2: runs-on: ubuntu-latest needs: build