diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c9a81f..517e8ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: shell: bash - name: upload binary - if: {{ ! startsWith(matrix.runner, 'windows') }} + if: ${{ !startsWith(matrix.runner, 'windows') }} uses: actions/upload-artifact@v4 with: name: syncoxiders_${{ matrix.runner }}