Skip to content

Commit 98cf20c

Browse files
committed
chore: commit all files
1 parent 2d57a03 commit 98cf20c

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

.github/actions/proof-params-download/action.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
name: Download proof params
22

3-
on: workflow_call
4-
workflow_call:
5-
inputs:
6-
# The hash of the parameters.json file.
7-
parameters-json-hash:
8-
required: true
9-
type: string
10-
#secrets:
11-
# token:
12-
# required: true
13-
14-
jobs:
15-
download:
16-
runs-on: ubuntu-latest
17-
name: Download proof params
3+
runs:
4+
using: 'composite'
5+
#on: workflow_call
6+
# workflow_call:
7+
# inputs:
8+
# # The hash of the parameters.json file.
9+
# parameters-json-hash:
10+
# required: true
11+
# type: string
12+
# #secrets:
13+
# # token:
14+
# # required: true
15+
#
16+
#jobs:
17+
# download:
18+
# runs-on: ubuntu-latest
19+
# name: Download proof params
1820
steps:
1921
#- uses: actions/checkout@v4
2022
- name: Get run-id from latest proof-params workflow run
@@ -27,7 +29,8 @@ jobs:
2729
- name: Download all Artifacts from proof-params workflow
2830
uses: actions/download-artifact@v4
2931
with:
30-
pattern: proof-params-v28-n-${{ inputs.parameters-json-hash }}-*
32+
#pattern: proof-params-v28-n-${{ inputs.parameters-json-hash }}-*
33+
pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-*
3134
path: /var/tmp/filecoin-proof-parameters/
3235
merge-multiple: true
3336
run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}

0 commit comments

Comments
 (0)