File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
if : ${{ inputs.artifact-name != '' }}
95
95
uses : actions/upload-artifact@v4
96
96
with :
97
- name : ${{ inputs.artifact-name }}-${{ github. }} -${{ github.run_id }}
97
+ name : ${{ inputs.artifact-name }}-build -${{ github.run_id }}
98
98
path : dist
99
99
100
100
merge-artifacts :
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
59
59
uses : ./.github/workflows/check-package.yml
60
60
with :
61
61
actions-ref : ${{ github.sha }} # use local version
62
- artifact-name : dist-packages-${{ github.sha }}-extras
62
+ artifact-name : dist-packages-extras- ${{ github.sha }}
63
63
import-name : " lightning_utilities"
64
64
install-extras : " [cli]"
65
- # todo: when we have a module with depence on extra, replace it
65
+ # todo: when we have a module with dependence on extra, replace it
66
66
# tried to import `lightning_utilities.cli.__main__` but told me it does not exits
67
67
custom-import-code : " import fire"
68
68
testing-matrix : |
You can’t perform that action at this time.
0 commit comments