From 8a7d99b04046abe4bdd463a03a2742ca0bccb626 Mon Sep 17 00:00:00 2001 From: Noopur Singh Date: Thu, 29 Jan 2026 09:45:04 +0530 Subject: [PATCH] fix zig setup in auto-release --- .github/workflows/auto-release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 289f5ce..a06201b 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,7 +3,7 @@ name: Auto Release on: push: tags: - - 'v*.*.*' + - 'v*.*.*' workflow_dispatch: inputs: version: @@ -23,12 +23,12 @@ jobs: strategy: matrix: include: - - runner: ubuntu-latest - arch: amd64 - target: x86_64-linux-gnu - - runner: ubuntu-latest - arch: arm64 - target: aarch64-linux-gnu + - runner: ubuntu-latest + arch: amd64 + target: x86_64-linux-gnu + - runner: ubuntu-latest + arch: arm64 + target: aarch64-linux-gnu runs-on: ${{ matrix.runner }} steps: @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Set up Zig - uses: mlugg/setup-zig@v1 + uses: mlugg/setup-zig@v2.0.5 with: version: 0.14.1