Skip to content

Commit 520dc13

Browse files
upload stwo_run_and_prove to gcp (#209)
## Type - [ ] feature - [ ] bugfix - [ ] dev (no functional changes, no API changes) - [ ] fmt (formatting, renaming) - [ ] build - [ ] docs - [ ] testing ## Description ## Breaking changes? - [ ] yes - [ ] no <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/bootloader-hints/209) <!-- Reviewable:end -->
1 parent b3adb33 commit 520dc13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 binary to GCP
62+
id: upload_stwo_run_and_prove
63+
uses: "google-github-actions/upload-cloud-storage@v2"
64+
with:
65+
path: "target/release/stwo_run_and_prove"
66+
destination: "stwo_run_and_prove_artifacts/${{ env.SHORT_HASH }}/stwo_run_and_prove_release"

0 commit comments

Comments
 (0)