mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
fix(ci): fix names of artifacts to upload
This commit is contained in:
parent
bbdca0f91f
commit
d87333fea1
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: fabric-*-${{ matrix.arch }}-${{ github.ref_name }}
|
||||
path: fabric-*-${{ matrix.arch }}-${{ github.ref_name }}
|
||||
name: fabric-${{ env.OS }}-${{ matrix.arch }}-${{ github.ref_name }}
|
||||
path: fabric-${{ env.OS }}-${{ matrix.arch }}-${{ github.ref_name }}
|
||||
|
||||
- name: Upload release artifact
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
|
||||
|
Loading…
Reference in New Issue
Block a user