diff --git a/.github/actions/compile-and-bundle/action.yml b/.github/actions/compile-witness-generator/action.yml similarity index 97% rename from .github/actions/compile-and-bundle/action.yml rename to .github/actions/compile-witness-generator/action.yml index d092a56..363aa30 100644 --- a/.github/actions/compile-and-bundle/action.yml +++ b/.github/actions/compile-witness-generator/action.yml @@ -1,5 +1,5 @@ -name: "Compile and Bundle Circuit" -description: "Compiles and bundles the witness generator of a Circom Circuit" +name: "Compile Witness Generator" +description: "Compiles the witness generator of a Circom Circuit" branding: icon: "package" color: "blue" diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index d35c4bb..9fee541 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -227,8 +227,8 @@ jobs: name: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz - - name: Compile and Bundle PoL - uses: ./.github/actions/compile-and-bundle + - name: Compile PoL Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoL" circuit-name-binary: "pol" @@ -237,8 +237,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoQ - uses: ./.github/actions/compile-and-bundle + - name: Compile PoQ Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoQ" circuit-name-binary: "poq" @@ -247,8 +247,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle ZKSign - uses: ./.github/actions/compile-and-bundle + - name: Compile ZKSign Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "ZKSign" circuit-name-binary: "zksign" @@ -257,8 +257,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoC - uses: ./.github/actions/compile-and-bundle + - name: Compile PoC Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoC" circuit-name-binary: "poc" @@ -469,8 +469,8 @@ jobs: name: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz - - name: Compile and Bundle PoL - uses: ./.github/actions/compile-and-bundle + - name: Compile PoL Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoL" circuit-name-binary: "pol" @@ -479,8 +479,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoQ - uses: ./.github/actions/compile-and-bundle + - name: Compile PoQ Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoQ" circuit-name-binary: "poq" @@ -489,8 +489,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle ZKSign - uses: ./.github/actions/compile-and-bundle + - name: Compile ZKSign Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "ZKSign" circuit-name-binary: "zksign" @@ -499,8 +499,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoC - uses: ./.github/actions/compile-and-bundle + - name: Compile PoC Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoC" circuit-name-binary: "poc" @@ -663,8 +663,8 @@ jobs: name: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: verifier-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz - - name: Compile and Bundle PoL - uses: ./.github/actions/compile-and-bundle + - name: Compile PoL Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoL" circuit-name-binary: "pol" @@ -673,8 +673,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoQ - uses: ./.github/actions/compile-and-bundle + - name: Compile PoQ Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoQ" circuit-name-binary: "poq" @@ -683,8 +683,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle ZKSign - uses: ./.github/actions/compile-and-bundle + - name: Compile ZKSign Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "ZKSign" circuit-name-binary: "zksign" @@ -693,8 +693,8 @@ jobs: os: ${{ env.OS }} arch: ${{ env.ARCH }} - - name: Compile and Bundle PoC - uses: ./.github/actions/compile-and-bundle + - name: Compile PoC Witness Generator + uses: ./.github/actions/compile-witness-generator with: circuit-name-display: "PoC" circuit-name-binary: "poc"