Skip to content

Commit 7dfaaa3

Browse files
authored
Merge pull request #2231 from o1-labs/brian/upload-fix
Fix error when uploading to nix cache
2 parents 63ec194 + fcc9d1e commit 7dfaaa3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
Upload-bindings:
110110
name: upload bindings artifact
111111
if: ${{ inputs.proof_systems_commit == '' }}
112-
needs: [Prepare]
113112
runs-on: ubuntu-latest
114113
steps:
115114
- uses: actions/checkout@v4
@@ -120,7 +119,7 @@ jobs:
120119
- name: upload
121120
uses: ./.github/actions/upload
122121
with:
123-
cache_id: ${{ secrets.NIX_CACHE_ID }}
122+
cache_id: ${{ secrets.NIX_CACHE_GCP_ID }}
124123
nar_secret: ${{ secrets.NIX_CACHE_NAR_SECRET }}
125124
gcp_secret: ${{ secrets.NIX_CACHE_GCP_SECRET }}
126125

flake.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)