Skip to content

Commit cf2c376

Browse files
committed
update
1 parent eca4a82 commit cf2c376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ inputs.artifact-name != '' }}
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: ${{ inputs.artifact-name }}-${{ github. }}-${{ github.run_id }}
97+
name: ${{ inputs.artifact-name }}-build-${{ github.run_id }}
9898
path: dist
9999

100100
merge-artifacts:

.github/workflows/ci-use-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
uses: ./.github/workflows/check-package.yml
6060
with:
6161
actions-ref: ${{ github.sha }} # use local version
62-
artifact-name: dist-packages-${{ github.sha }}-extras
62+
artifact-name: dist-packages-extras-${{ github.sha }}
6363
import-name: "lightning_utilities"
6464
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
6666
# tried to import `lightning_utilities.cli.__main__` but told me it does not exits
6767
custom-import-code: "import fire"
6868
testing-matrix: |

0 commit comments

Comments
 (0)