Skip to content

Commit 2613fc2

Browse files
committed
fix: push sp1 program to bucket
1 parent acdbe1e commit 2613fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload ELF to Google Cloud Storage
4747
run: |
48-
gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
48+
gcloud config set project ${{ secrets.GCP_PROJECT_ID }}
4949
gsutil cp target/elf-compilation/riscv32im-succinct-zkvm-elf/release/email_with_regex_verify gs://zk-vm/sp1/email_with_regex_verify
5050
5151
# Configure Docker to use Google Artifact Registry

0 commit comments

Comments
 (0)