From 40b8638dddbda703ab3ebe76cb30ec4778a40f4f Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Mon, 5 Jan 2026 14:24:19 +0100 Subject: [PATCH] Fix artifact name --- .github/workflows/create-artifact.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index 5168d6e..d11447e 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -39,22 +39,22 @@ jobs: runner: ubuntu-24.04-arm target: node20-linux-arm64 extension: "" - - os: linux + - os: linuxstatic arch: x64 runner: ubuntu-latest target: node20-linuxstatic-x64 extension: "" - - os: linux + - os: linuxstatic arch: arm64 runner: ubuntu-24.04-arm target: node20-linuxstatic-arm64 extension: "" - - os: linux + - os: alpine arch: x64 runner: ubuntu-latest target: node20-alpine-x64 extension: "" - - os: linux + - os: alpine arch: arm64 runner: ubuntu-24.04-arm target: node20-alpine-arm64