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 7334849 commit 28e3e3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,13 @@ jobs:
cp -a maven-files/. io/valkey/valkey-glide/${{ env.RELEASE_VERSION }}
cp -a maven-sha1-files/. io/valkey/valkey-glide/${{ env.RELEASE_VERSION }}
cp -a maven-md5-files/. io/valkey/valkey-glide/${{ env.RELEASE_VERSION }}
zip valkey-${{ env.RELEASE_VERSION }} io
- name: Upload artifacts to publish
uses: actions/upload-artifact@v4
with:
name: valkey-${{ env.RELEASE_VERSION }}
path: |
valkey-${{ env.RELEASE_VERSION }}.zip
io
# - name: Publish to Maven Central
# run: |
Expand Down

0 comments on commit 28e3e3d

Please sign in to comment.