From 3adc661bea55669e48aa652671ae117f2ada32d9 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 30 Jan 2023 17:23:17 +0800 Subject: [PATCH] Fix mockConfig --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d48e9757db..724fb3f325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,8 @@ jobs: with: name: "${{ matrix.pkg }}pkg" extraArgs: -D "sccache_bucket ${{secrets.SCCACHE_BUCKET}}" -D "sccache_endpoint ${{secrets.SCCACHE_ENDPOINT}}" -D "sccache_secret ${{secrets.SCCACHE_SECRET}}" -D "sccache_accesskey ${{secrets.SCCACHE_ACCESSKEY}}" - andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo + mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }} + andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra38.repo - name: Upload packages to subatomic run: |