From d2c046d3fadcdb781adbbd9b3800a1b5c450d151 Mon Sep 17 00:00:00 2001 From: David Rusu Date: Tue, 4 Nov 2025 09:18:52 +0400 Subject: [PATCH] fix(release): fix windows bundle release name --- .github/workflows/build-circuits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index 9fee541..5402c4f 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -542,7 +542,7 @@ jobs: - name: Create Unified Release Bundle shell: msys2 {0} env: - BUNDLE_NAME: nomos-circuits-${{ env.OS }}-${{ env.ARCH }}-${{ env.VERSION }} + BUNDLE_NAME: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }} run: | # Create the bundle directory structure mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc}