Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit b5049da

Browse files
Approach 6
1 parent ad33cb1 commit b5049da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build-enclave-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
mkdir out
4848
nix build --override-input zkOS-monorepo "github:${GITHUB_REPOSITORY}/${{ steps.get-ref-properties.outputs.full-sha }}"
49-
mv result/shielderProverTEE/image.eif out/shielder-prover-tee-${{ steps.get-ref-properties.outputs.sha }}.eif
50-
mv result/shielderProverTEE/pcr.json out/shielderProverTEE/pcr-${{ steps.get-ref-properties.outputs.sha }}.json
49+
cp result/shielderProverTEE/image.eif out/shielder-prover-tee-${{ steps.get-ref-properties.outputs.sha }}.eif
50+
cp result/shielderProverTEE/pcr.json out/shielderProverTEE/pcr-${{ steps.get-ref-properties.outputs.sha }}.json
5151
5252
- name: Get artifact names
5353
id: get-artifact-names

0 commit comments

Comments
 (0)