From 373649086fbe9a86d3030889d19f56c7a6485e9d Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 25 Sep 2023 15:20:32 +0800 Subject: [PATCH] ci(desktop): bump hydraulic-software/conveyor from 11.2 to 11.3 Closes: #1220 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff0af365..01714728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: tag: 'v${{ needs.version.outputs.version_next }}' default_author: github_actions - name: Run Conveyor - uses: hydraulic-software/conveyor/actions/build@v11.2 + uses: hydraulic-software/conveyor/actions/build@v11.3 with: command: -f conveyor.ci.conf make site -o ./output/release signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }} @@ -201,7 +201,7 @@ jobs: build/jreleaser/trace.log build/jreleaser/output.properties - name: Run Conveyor - Microsoft Store - uses: hydraulic-software/conveyor/actions/build@v11.2 + uses: hydraulic-software/conveyor/actions/build@v11.3 with: command: -f conveyor.msstore.ci.conf make site -o ./output/msstore signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}