Skip to content

Commit

Permalink
fix: upload action in version release (#3127)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
  • Loading branch information
romange authored Jun 4, 2024
1 parent 6a873b4 commit 90b5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90b5ec4

Please sign in to comment.