From dd2edba1ad1cbedbd790c6ed13cd176aa9c2a6ed Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 4 Oct 2023 16:27:56 +0800 Subject: [PATCH] ci: fix step for ms-store submission --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cff26641..9fe266bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: - name: Run Conveyor - Microsoft Store uses: hydraulic-software/conveyor/actions/build@v11.3 with: - command: -f conveyor.msstore.ci.conf make site -o ./output/msstore + command: -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }} agree_to_license: 1 env: