fix: upload action in version release (#3127)

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-06-04 18:46:17 +03:00 committed by GitHub
parent 6a873b4f1c
commit 90b5ec4565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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