From d57a10248a77a346f1bda5ce594976eeecf9c4f3 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 16 Jun 2023 04:12:30 +0800 Subject: [PATCH] fix(ci): building (wrong mock cfgs) (#554) --- .github/workflows/autobuild.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/json-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index eb5349d3f0..9098c70dd0 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -52,7 +52,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build with Anda - run: anda build ${{ matrix.pkg.pkg }} --package rpm -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} + run: anda build ${{ matrix.pkg.pkg }} --package rpm -c anda-${{ matrix.version }}-${{ matrix.pkg.arch }} - name: Generating artifact name id: art diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cebb9e748..f5ade04de4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build with Anda - run: anda build ${{ matrix.pkg }}pkg --package rpm -c terra-${{ matrix.version }}-${{ matrix.arch }} + run: anda build ${{ matrix.pkg }}pkg --package rpm -c anda-${{ matrix.version }}-${{ matrix.arch }} - name: Generating artifact name id: art diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index bd19dfb531..0263899ebf 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -26,7 +26,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build with Anda - run: anda build ${{ matrix.pkg.pkg }} --package rpm -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} + run: anda build ${{ matrix.pkg.pkg }} --package rpm -c anda-${{ matrix.version }}-${{ matrix.pkg.arch }} - name: Generating artifact name id: art