From a1c8df8b0e39098711b0bb07dc31763dff9e642e Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Aug 2026 19:46:09 +0000 Subject: [PATCH] ci: use bash shell for Windows updater artifact upload --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79ecea7..b438f67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,7 @@ jobs: args: ${{ matrix.args }} - name: Upload updater artifacts + shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |