From fab9cb29dae960b2854b06d4fcc49392495628d7 Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Sat, 17 Aug 2024 12:33:26 +0200 Subject: [PATCH] fix(ci): Remove DMG for MacOS --- .github/workflows/go.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 25cefd7..b118ae7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,14 +49,6 @@ jobs: run: | go build -o fabric-${OS}-${{ matrix.arch }}-${{ github.ref_name }} . - - name: Create DMG for macOS - if: matrix.os == 'macos-latest' - run: | - mkdir dist - cp fabric-macos-latest-${{ matrix.arch }}-${{ github.ref_name }} dist/fabric - hdiutil create dist/fabric-${{ matrix.arch }}.dmg -volname "fabric" -srcfolder dist/fabric - mv dist/fabric-${{ matrix.arch }}.dmg fabric-macos-${{ matrix.arch }}-${{ github.ref_name }}.dmg - - name: Upload build artifact uses: actions/upload-artifact@v3 with: