From ed29b2514130b075c2ce40d2c415eeef4b50abe2 Mon Sep 17 00:00:00 2001 From: sappho Date: Thu, 25 Sep 2025 15:40:04 -0400 Subject: [PATCH] hack --- .github/workflows/build-extension.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index c3fcb62..0a27bca 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -59,7 +59,6 @@ jobs: shell: bash run: | echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV - echo ${{ inputs.os }} echo ${{ env.SHORT_SHA }} @@ -103,6 +102,7 @@ jobs: - name: Build (Release) if: not ${{ inputs.debug }} + shell: bash run: | mkdir -p build && cd build python ../configure.py --enable-optimize @@ -120,7 +120,7 @@ jobs: # path: build/package - name: Package release - Windows - if: startsWith(${{ inputs.os }}, 'windows-latest') + if: startsWith("${{ inputs.os }}", 'windows-latest') # shell: pwsh working-directory: extension/build/package run: | @@ -128,7 +128,7 @@ jobs: Copy-Item -Path ${{ env.ZIP_FILENAME }} -Destination ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }} - name: Package release - Linux - if: startsWith(${{ inputs.os }}, 'ubuntu-22.04') + if: startsWith("${{ inputs.os }}", 'ubuntu-22.04') working-directory: build/package run: | zip -r "${{ env.ZIP_FILENAME }}" .