From 971b4a46016b0a61960f1a848cabc619606a0bf8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 02:36:34 +0000 Subject: [PATCH] upd shell, see https://github.com/snok/install-poetry?tab=readme-ov-file#running-on-windows --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b7527f..054351a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,12 +68,15 @@ jobs: - name: Install dependencies run: poetry install --with build + shell: bash - name: Build artifacts with dynamic taskfile run: task --taskfile Taskfile.dynamic.yml build-all + shell: bash - name: Create release archives run: task --taskfile Taskfile.dynamic.yml compress-all + shell: bash # Sunvalley theme variants - name: Upload build artifacts - Sunvalley Basic