mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
fix: upload action in version release (#3127)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
6a873b4f1c
commit
90b5ec4565
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dragonfly-amd64
|
||||
name: dragonfly-amd64-${{ matrix.name }}
|
||||
path: results-artifacts/*
|
||||
publish_release:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user