Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto Release
on:
push:
tags:
- 'v*.*.*'
- 'v*.*.*'
workflow_dispatch:
inputs:
version:
Expand All @@ -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:
Expand All @@ -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

Expand Down