Skip to content

Commit a363824

Browse files
temp
1 parent 0330fcc commit a363824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Upload-Artifacts
33
on:
44
push:
55
branches:
6-
- main
7-
6+
- idanh/temp_bucket
7+
88
jobs:
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"

0 commit comments

Comments
 (0)