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 5de9b76 commit dc80bc6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
# --header "Authorization: Bearer $BEARER_TOKEN" \
# --form [email protected] \
# https://central.sonatype.com/api/v1/publisher/upload
- name: Remove test upload from Maven Central
run: |
BEARER_TOKEN=$(echo "${{ secrets.CENTRAL_TOKEN_USERNAME }}:${{ secrets.CENTRAL_TOKEN_PASSWORD }}" | base64)
curl --request DELETE \
--verbose \
--header "Authorization: Bearer $BEARER_TOKEN" \
'https://central.sonatype.com/api/v1/publisher/deployment/3ccb02f8-9740-4152-9ab9-b686a342505d'
# - name: Remove test upload from Maven Central
# run: |
# BEARER_TOKEN=$(echo "${{ secrets.CENTRAL_TOKEN_USERNAME }}:${{ secrets.CENTRAL_TOKEN_PASSWORD }}" | base64)
# curl --request DELETE \
# --verbose \
# --header "Authorization: Bearer $BEARER_TOKEN" \
# 'https://central.sonatype.com/api/v1/publisher/deployment/3ccb02f8-9740-4152-9ab9-b686a342505d'
- name: Setup self-hosted runner access
run: |
GHA_HOME=/home/ubuntu/actions-runner/_work/valkey-glide
Expand Down Expand Up @@ -216,10 +216,10 @@ jobs:
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.GPG_PASSWORD }}

- name: Generate PGP signatures
run: |
cd maven-files
gpg --detach-sign --armor bundle-aarch64-apple-darwin.jar
# - name: Generate PGP signatures
# run: |
# cd maven-files
# gpg --detach-sign --armor bundle-aarch64-apple-darwin.jar

- name: Move files to the correct directory tree
run: |
Expand Down

0 comments on commit dc80bc6

Please sign in to comment.