Skip to content

Commit 0d21651

Browse files
authored
refactor: rename repo to axelar amplifier stellar (#275)
1 parent 18fb30e commit 0d21651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/reusable-upload.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
export PACKAGE_VERSION=${{ inputs.github-release && format('v{0}', inputs.package-version) || inputs.package-version }}
7171
7272
export BASE_ARTIFACTS_DIR='${{ inputs.artifact-path }}'
73-
export ARTIFACT_NAME="axelar-cgp-stellar-wasm-${PACKAGE_NAME}-${PACKAGE_VERSION}"
73+
export ARTIFACT_NAME="axelar-amplifier-stellar-wasm-${PACKAGE_NAME}-${PACKAGE_VERSION}"
7474
export BASE_ARTIFACTS_VERSIONED_DIR="$(dirname ${BASE_ARTIFACTS_DIR})/${ARTIFACT_NAME}" # Regardless of the dir type, relative or absolute
7575
7676
export ARCHIVES_OUTPUT_DIR="${{ github.workspace }}/build/archives"
@@ -89,10 +89,10 @@ jobs:
8989
# ex: ./target/wasm32-unknown-unknown/release
9090
echo "BASE_ARTIFACTS_DIR=${BASE_ARTIFACTS_DIR}" >> $GITHUB_ENV
9191
92-
# ex: axelar-cgp-stellar-wasm-stellar-axelar-gas-service-v0.1.0
92+
# ex: axelar-amplifier-stellar-wasm-stellar-axelar-gas-service-v0.1.0
9393
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
9494
95-
# ex: ./axelar-cgp-stellar-wasm-stellar-axelar-gas-service-v0.1.0
95+
# ex: ./axelar-amplifier-stellar-wasm-stellar-axelar-gas-service-v0.1.0
9696
echo "BASE_ARTIFACTS_VERSIONED_DIR=${BASE_ARTIFACTS_VERSIONED_DIR}" >> $GITHUB_ENV
9797
9898
echo "ZIP_ARCHIVE_FILE=${ZIP_ARCHIVE_FILE}" >> $GITHUB_ENV

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repo implements Axelar's [cross-chain gateway protocol](https://github.com/
66
77
## Docs
88

9-
Rustdocs for this workspace can be found [here](https://axelarnetwork.github.io/axelar-cgp-stellar/).
9+
Rustdocs for this workspace can be found [here](https://axelarnetwork.github.io/axelar-amplifier-stellar/).
1010

1111
## Install
1212

0 commit comments

Comments
 (0)