fix(ci): remove dmg from upload artifacts
This commit is contained in:
parent
fab9cb29da
commit
cd7dfb9171
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -53,9 +53,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}
|
name: fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}
|
||||||
path: |
|
path: fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}
|
||||||
fabric-${{ matrix.os }}-${{ matrix.arch }}-${{ github.ref_name }}
|
|
||||||
fabric-macos-${{ matrix.arch }}-${{ github.ref_name }}.dmg
|
|
||||||
|
|
||||||
- name: Upload release artifact
|
- name: Upload release artifact
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user