We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1240a3 commit 0567094Copy full SHA for 0567094
.gitlab-ci.yml
@@ -31,8 +31,8 @@ get-unity-version:
31
.unity_before_script: &unity_before_script
32
before_script:
33
- chmod +x ./ci/before_script.sh && ./ci/before_script.sh
34
- - sed -i "s/DappUrl:\ /DappUrl:\ ${DAPP_URL}/g" ./Assets/Moralis Web3 Unity SDK/Resources/MoralisServerSettings.asset
35
- - sed -i "s/DappId:\ /DappId:\ ${DAPP_ID}/g" ./Assets/Moralis Web3 Unity SDK/Resources/MoralisServerSettings.asset
+ - sed -i "s/DappUrl:\ /DappUrl:\ ${DAPP_URL}/g" ./Assets/Moralis\ Web3\ Unity\ SDK/Resources/MoralisServerSettings.asset
+ - sed -i "s/DappId:\ /DappId:\ ${DAPP_ID}/g" ./Assets/Moralis\ Web3\ Unity\ SDK/Resources/MoralisServerSettings.asset
36
needs:
37
- job: get-unity-version
38
artifacts: true
0 commit comments