diff --git a/.github/workflows/compile-platforms.yml b/.github/workflows/compile-platforms.yml index 3d443f3..ef5ae46 100644 --- a/.github/workflows/compile-platforms.yml +++ b/.github/workflows/compile-platforms.yml @@ -18,7 +18,7 @@ jobs: run: | set -x # git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine - git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine + git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine cd engine EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` cd native @@ -53,7 +53,7 @@ jobs: run: | set -x # git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine - git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine + git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine cd engine EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` cd native @@ -111,7 +111,7 @@ jobs: run: | set -x # git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine - git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine + git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine cd engine EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` cd native @@ -151,7 +151,7 @@ jobs: run: | set -x # git clone --branch v3.7-use-bus-event --depth 1 https://github.com/PatriceJiang/engine engine - git clone --branch develop --depth 1 https://github.com/cocos/cocos-engine engine + git clone --branch v3.8.0 --depth 1 https://github.com/cocos/cocos-engine engine cd engine EXT_VERSION=`node ./.github/workflows/get-native-external-version.js` cd native