From 5d033204e85d58c801fe6bcc40f642729bb2d663 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 26 Jun 2020 07:47:19 -0700 Subject: [PATCH] Update dmg-release.yml (#1296) Summary: The second publish job actually works, so let's remove the first one. Pull Request resolved: https://github.com/facebook/flipper/pull/1296 Test Plan: https://github.com/facebook/flipper/runs/806859866?check_suite_focus=true Reviewed By: jknoxville Differential Revision: D22257369 Pulled By: passy fbshipit-source-id: 72acc2e8ee10ad4514e315d57f4fa44656fce4e3 --- .github/workflows/dmg-release.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/dmg-release.yml b/.github/workflows/dmg-release.yml index 3bd695e90..74a1ac074 100644 --- a/.github/workflows/dmg-release.yml +++ b/.github/workflows/dmg-release.yml @@ -32,26 +32,6 @@ jobs: runs-on: ubuntu-latest needs: build - steps: - - name: Download - uses: actions/download-artifact@v1 - with: - name: 'Flipper-mac.dmg' - path: 'Flipper-mac.dmg' - - run: dd if=/dev/zero bs=1024k count=1024 of=1g.dmg - - run: dd if=/dev/zero bs=1024k count=10240 of=10g.dmg - - run: ls -la Flipper-mac.dmg - - name: Publish - uses: skx/github-action-publish-binaries@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - args: '*.dmg' - - publish2: - runs-on: ubuntu-latest - needs: build - steps: - name: Download uses: actions/download-artifact@v1