We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea927fd commit 2121bbbCopy full SHA for 2121bbb
action.yml
build-guest-actions-entrypoint.sh
@@ -11,26 +11,3 @@ fi
11
12
# run crates/build-guest
13
cargo run --release -p scroll-zkvm-build-guest
14
-
15
-# set the github actions outputs for the metadata action.yml
16
-if [ "$IS_ACTIONS" = "true" ]; then
17
- echo "github actions running"
18
19
- {
20
- echo 'commitments-chunk<<EOF'
21
- cat crates/prover/src/commitments/chunk.rs
22
- echo EOF
23
- } >> $GITHUB_OUTPUT
24
25
26
- echo 'commitments-batch<<EOF'
27
- cat crates/prover/src/commitments/batch.rs
28
29
30
31
32
- echo 'commitments-bundle<<EOF'
33
- cat crates/prover/src/commitments/bundle.rs
34
35
36
-fi
0 commit comments