From cd7dfb9171ccdeedfb4e60da3edf5fb889a96c94 Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Sat, 17 Aug 2024 12:43:16 +0200 Subject: [PATCH] fix(ci): remove dmg from upload artifacts --- .github/workflows/go.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b118ae7..20ce26e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,9 +53,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }} - path: | - fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }} - fabric-macos-${{ matrix.arch }}-${{ github.ref_name }}.dmg + path: fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }} - name: Upload release artifact if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')