mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-01-02 13:13:08 +00:00
fix(release): fix windows bundle release name
This commit is contained in:
parent
4cb6289e80
commit
d2c046d3fa
2
.github/workflows/build-circuits.yml
vendored
2
.github/workflows/build-circuits.yml
vendored
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user