We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5098 commit d63c56bCopy full SHA for d63c56b
1 file changed
.github/workflows/contract-release.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: Build all contracts
45
run: |
46
stellar contract build \
47
- --meta home_domain=boundless.fi \
+ --meta home_domain=boundless.xyzi \
48
--meta source_repo=github:${{ github.repository }}
49
-
+
50
# Optimize all generated wasms
51
for wasm in ${{ env.WASM_DIR }}/*.wasm; do
52
# Skip already optimized ones if any
@@ -99,7 +99,7 @@ jobs:
99
const path = require('path');
100
const wasmDir = '${{ env.WASM_DIR }}';
101
const files = fs.readdirSync(wasmDir).filter(f => f.endsWith('.wasm'));
102
103
for (const file of files) {
104
console.log(`Uploading ${file}...`);
105
await github.rest.repos.uploadReleaseAsset({
0 commit comments