File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
export PACKAGE_VERSION=${{ inputs.github-release && format('v{0}', inputs.package-version) || inputs.package-version }}
71
71
72
72
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}"
74
74
export BASE_ARTIFACTS_VERSIONED_DIR="$(dirname ${BASE_ARTIFACTS_DIR})/${ARTIFACT_NAME}" # Regardless of the dir type, relative or absolute
75
75
76
76
export ARCHIVES_OUTPUT_DIR="${{ github.workspace }}/build/archives"
@@ -89,10 +89,10 @@ jobs:
89
89
# ex: ./target/wasm32-unknown-unknown/release
90
90
echo "BASE_ARTIFACTS_DIR=${BASE_ARTIFACTS_DIR}" >> $GITHUB_ENV
91
91
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
93
93
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
94
94
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
96
96
echo "BASE_ARTIFACTS_VERSIONED_DIR=${BASE_ARTIFACTS_VERSIONED_DIR}" >> $GITHUB_ENV
97
97
98
98
echo "ZIP_ARCHIVE_FILE=${ZIP_ARCHIVE_FILE}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This repo implements Axelar's [cross-chain gateway protocol](https://github.com/
6
6
7
7
## Docs
8
8
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/ ) .
10
10
11
11
## Install
12
12
You can’t perform that action at this time.
0 commit comments