Skip to content

Commit

Permalink
Fix directory tree of artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Aug 21, 2024
1 parent dc80bc6 commit 7334849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ jobs:
- name: Upload artifacts to publish
uses: actions/upload-artifact@v4
with:
name: maven-files-${{ env.RELEASE_VERSION }}
name: valkey-${{ env.RELEASE_VERSION }}
path: |
valkey-${{ env.RELEASE_VERSION }}
valkey-${{ env.RELEASE_VERSION }}.zip
# - name: Publish to Maven Central
# run: |
Expand Down

0 comments on commit 7334849

Please sign in to comment.