Skip to content

Commit 06c16cf

Browse files
committed
Fix workflow
NP-1311
1 parent 03bab4c commit 06c16cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm install -g typescript@5.6.2
4444

4545
- name: Download extra artifact
46-
if: ${{ extra_artifact != '' }}
46+
if: ${{ inputs.extra_artifact != '' }}
4747
uses: actions/download-artifact@v8
4848
with:
4949
name: ${{ extra_artifact }}

0 commit comments

Comments
 (0)