ci: fix upload
This commit is contained in:
parent
fd38041538
commit
5e59037543
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
@ -79,13 +79,11 @@ jobs:
|
|||||||
rm -f "$BIN"
|
rm -f "$BIN"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ steps.ver.outputs.version }}
|
name: binaries-${{ github.run_id }}-${{ github.sha }}
|
||||||
path: |
|
path: ./path/to/artifact
|
||||||
dist/*.tar.gz
|
|
||||||
dist/*.zip
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user