From b0a9302fec2c6436dab2b46dd97be4fd13662023 Mon Sep 17 00:00:00 2001 From: Ujhhgtg Date: Mon, 22 Aug 2022 14:28:28 +0800 Subject: [PATCH] ci: fix a problem caused by renaming --- .github/workflows/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 7434c89..a93f9b9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -49,7 +49,7 @@ jobs: ENV_QT_PATH: ${{ env.qt-install-path }} run: | python ci/generate-version.py - ci/linux/build_for_ubuntu.sh RelWithDebInfo + ci/linux/build_for_linux.sh "RelWithDebInfo" - name: Upload RelWithDebInfo uses: actions/upload-artifact@v3.1.0 with: @@ -60,7 +60,7 @@ jobs: ENV_QT_PATH: ${{ env.qt-install-path }} run: | python ci/generate-version.py - ci/linux/build_for_ubuntu.sh Release + ci/linux/build_for_linux.sh "Release" - name: Upload Release uses: actions/upload-artifact@v3.1.0 with: