Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit c79498f

Browse files
Merge pull request #3 from megaeth-labs/feat/ci
fix upload nexus info
2 parents f253a27 + b2e519d commit c79498f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release_package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
ARTIFACT_NAME="eigenda-proxy-${SHORT_COMMIT_ID}"
3030
fi
3131
NEXUS_UPLOAD_URL="${{ secrets.NEXUS_URL }}/repository/eigenda-proxy"
32-
ARTIFACT_NAME="eigenda-${SHORT_COMMIT_ID}"
3332
ARTIFACT_PATH="./bin/eigenda-proxy"
34-
curl -u ${{ secrets.NEXUS_URL }}:${{ secrets.NEXUS_PWD }} \
33+
curl -u ${{ secrets.NEXUS_USER }}:${{ secrets.NEXUS_PWD }} \
3534
-X PUT "$NEXUS_UPLOAD_URL/$ARTIFACT_NAME" \
3635
-T $ARTIFACT_PATH \
3736
-H "Content-Type: application/octet-stream" \

0 commit comments

Comments
 (0)