diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74ebc42..4604a38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,11 +37,11 @@ jobs: matrix: os: - centos7 - - centos8 + #- centos8 #- ubuntu1604 #- ubuntu1804 - ubuntu2004 - - ubuntu2204 + #- ubuntu2204 compiler: - 9.3.0 - '' @@ -51,10 +51,10 @@ jobs: exclude: - os: centos7 compiler: '' - - os: centos8 - compiler: '' - - os: ubuntu2204 - compiler: '9.3.0' + #- os: centos8 + # compiler: '' + #- os: ubuntu2204 + # compiler: '9.3.0' container: image: vesoft/third-party-build:${{ matrix.os }} steps: @@ -73,6 +73,7 @@ jobs: mkdir -p _build sed -i "s#^URL_BASE=.*#URL_BASE=$URL_BASE#" .env sed -i "s#^VERSION=.*#VERSION=$VERSION#" .env + cat .env - name: Build run: | if [[ -n "${{ matrix.compiler }}" ]]; then @@ -98,7 +99,7 @@ jobs: key-secret: ${{ secrets.OSS_SECRET }} endpoint: ${{ secrets.OSS_ENDPOINT }} bucket: nebula-graph - asset-path: _build/packages/ + asset-path: _build/packages target-path: third-party/${{ env.VERSION }} repo-dispatch: