Skip to content

Commit d63c56b

Browse files
committed
ci: update home_domain metadata in contract build workflow.
1 parent a8e5098 commit d63c56b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contract-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Build all contracts
4545
run: |
4646
stellar contract build \
47-
--meta home_domain=boundless.fi \
47+
--meta home_domain=boundless.xyzi \
4848
--meta source_repo=github:${{ github.repository }}
49-
49+
5050
# Optimize all generated wasms
5151
for wasm in ${{ env.WASM_DIR }}/*.wasm; do
5252
# Skip already optimized ones if any
@@ -99,7 +99,7 @@ jobs:
9999
const path = require('path');
100100
const wasmDir = '${{ env.WASM_DIR }}';
101101
const files = fs.readdirSync(wasmDir).filter(f => f.endsWith('.wasm'));
102-
102+
103103
for (const file of files) {
104104
console.log(`Uploading ${file}...`);
105105
await github.rest.repos.uploadReleaseAsset({

0 commit comments

Comments
 (0)