File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Upload-Artifacts
33on :
44 push :
55 branches :
6- - main
7-
6+ - idanh/temp_bucket
7+
88jobs :
99 artifacts-push :
1010 runs-on : ubuntu-24.04
@@ -49,11 +49,11 @@ jobs:
4949 uses : " google-github-actions/upload-cloud-storage@v2"
5050 with :
5151 path : " target/aarch64-unknown-linux-gnu/release/cairo_program_runner"
52- destination : " cairo_program_runner_artifacts/${{ env.SHORT_HASH }} /aarch64-release"
52+ destination : " cairo_program_runner_artifacts/6f7913b /aarch64-release"
5353
5454 - name : Upload stwo_vm_runner ARM binary to GCP
5555 id : upload_stwo_vm_runner_arm
5656 uses : " google-github-actions/upload-cloud-storage@v2"
5757 with :
5858 path : " target/aarch64-unknown-linux-gnu/release/stwo_vm_runner"
59- destination : " stwo_vm_runner_artifacts/${{ env.SHORT_HASH }} /aarch64-release"
59+ destination : " stwo_vm_runner_artifacts/6f7913b /aarch64-release"
You can’t perform that action at this time.
0 commit comments