Skip to content

Commit

Permalink
chore: download latest artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent d9c9c5e commit 5b8fcfa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}'"

#- name: Download All Artifacts
# uses: actions/download-artifact@v4
# with:
# path: my-artifact
# pattern: my-artifact-*
# merge-multiple: true
# #repository: ${{ github.action_repository }}
# run-id: ${{ github.event.workflow_run.id }}
# #github-token: ${{ secrets.GITHUB_TOKEN }}
# #github-token: ${{ github.token }}
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
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 }}

- name: List parameter files
run: ls -al /var/tmp/filecoin-proof-parameters/



Expand Down

0 comments on commit 5b8fcfa

Please sign in to comment.