From 5c0169ee05e596cbfef2675ea483b4b5989dbf0f Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 9 Jan 2026 11:44:38 +0100 Subject: [PATCH] ci: force release to be the latest --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78cc6195..8edd1fc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,7 @@ jobs: allowUpdates: true artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }} tag: ${{ env.RELEASE }} + makeLatest: true build-linux-aarch64: env: @@ -104,6 +105,7 @@ jobs: allowUpdates: true artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }} tag: ${{ env.RELEASE }} + makeLatest: true build-macos-aarch64: env: @@ -148,6 +150,7 @@ jobs: allowUpdates: true artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }} tag: ${{ env.RELEASE }} + makeLatest: true build-macos-x86_64: env: @@ -190,3 +193,4 @@ jobs: allowUpdates: true artifacts: lightpanda-${{ env.ARCH }}-${{ env.OS }} tag: ${{ env.RELEASE }} + makeLatest: true