Skip to content

Commit

Permalink
chore: hard-code run-id for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent e99782a commit eaa494a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-*
path: /var/tmp/filecoin-proof-parameters/
merge-multiple: true
run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}

#run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}
run-id: 10601456862
- name: List parameter files
run: ls -al /var/tmp/filecoin-proof-parameters/

Expand Down

0 comments on commit eaa494a

Please sign in to comment.