File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ get-unity-version:
3131.unity_before_script : &unity_before_script
3232 before_script :
3333 - 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
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
3636 needs :
3737 - job : get-unity-version
3838 artifacts : true
You can’t perform that action at this time.
0 commit comments