Skip to content

Commit 769684b

Browse files
upload stwo_run_and_prove to gcp
1 parent 17cc6f3 commit 769684b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload-Artifacts
33
on:
44
push:
55
branches:
6-
- main
6+
- nitsan/upload_stwo_run_and_prove_to_gcp
77

88
jobs:
99
artifacts-push:
@@ -57,3 +57,10 @@ jobs:
5757
with:
5858
path: "target/aarch64-unknown-linux-gnu/release/stwo_vm_runner"
5959
destination: "stwo_vm_runner_artifacts/${{ env.SHORT_HASH }}/aarch64-release"
60+
61+
- name: Upload stwo_run_and_prove x86_64 binary to GCP
62+
id: upload_stwo_run_and_prove_x86
63+
uses: "google-github-actions/upload-cloud-storage@v2"
64+
with:
65+
path: "target/release/stwo_run_and_prove"
66+
destination: "stwo_vm_runner_artifacts/${{ env.SHORT_HASH }}/stwo_run_and_prove_release"

0 commit comments

Comments
 (0)