mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-02 13:13:09 +00:00
Fix poc file name. Add to release.
This commit is contained in:
parent
4930c5cc5a
commit
f9ce1c141c
7
.github/workflows/build-circuits.yml
vendored
7
.github/workflows/build-circuits.yml
vendored
@ -162,7 +162,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
circuit-name-display: "PoC"
|
circuit-name-display: "PoC"
|
||||||
circuit-name-binary: "poc"
|
circuit-name-binary: "poc"
|
||||||
circuit-path: "circom_circuits/Mantle/proof_of_claim.circom"
|
circuit-path: "circom_circuits/Mantle/poc.circom"
|
||||||
version: ${{ env.VERSION }}
|
version: ${{ env.VERSION }}
|
||||||
os: ${{ env.OS }}
|
os: ${{ env.OS }}
|
||||||
arch: ${{ env.ARCH }}
|
arch: ${{ env.ARCH }}
|
||||||
@ -328,7 +328,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
circuit-name-display: "PoC"
|
circuit-name-display: "PoC"
|
||||||
circuit-name-binary: "poc"
|
circuit-name-binary: "poc"
|
||||||
circuit-path: "circom_circuits/Mantle/proof_of_claim.circom"
|
circuit-path: "circom_circuits/Mantle/poc.circom"
|
||||||
version: ${{ env.VERSION }}
|
version: ${{ env.VERSION }}
|
||||||
os: ${{ env.OS }}
|
os: ${{ env.OS }}
|
||||||
arch: ${{ env.ARCH }}
|
arch: ${{ env.ARCH }}
|
||||||
@ -451,7 +451,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
circuit-name-display: "PoC"
|
circuit-name-display: "PoC"
|
||||||
circuit-name-binary: "poc"
|
circuit-name-binary: "poc"
|
||||||
circuit-path: "circom_circuits/Mantle/proof_of_claim.circom"
|
circuit-path: "circom_circuits/Mantle/poc.circom"
|
||||||
version: ${{ env.VERSION }}
|
version: ${{ env.VERSION }}
|
||||||
os: ${{ env.OS }}
|
os: ${{ env.OS }}
|
||||||
arch: ${{ env.ARCH }}
|
arch: ${{ env.ARCH }}
|
||||||
@ -516,6 +516,7 @@ jobs:
|
|||||||
- pol
|
- pol
|
||||||
- poq
|
- poq
|
||||||
- zksign
|
- zksign
|
||||||
|
- poc
|
||||||
env:
|
env:
|
||||||
UPLOAD_URL: ${{ needs.publish-release.outputs.upload_url }}
|
UPLOAD_URL: ${{ needs.publish-release.outputs.upload_url }}
|
||||||
ARTIFACT_NAME: ${{ matrix.artifact }}-${{ needs.setup.outputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
|
ARTIFACT_NAME: ${{ matrix.artifact }}-${{ needs.setup.outputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user