Update .github/workflows/npm.yaml

This commit is contained in:
Zakary Timson 2023-11-24 17:50:04 +00:00
parent c1f99f1a98
commit f8f88ba0dc

View File

@ -45,5 +45,5 @@ jobs:
if: ${{inputs.artifacts}} != ''
uses: actions/upload-artifact@v3
with:
name: ${{echo ${{inputs.artifact_name}} | sed s%/%_% }}
name: echo ${{inputs.artifact_name}} | sed s%/%_%
path: ${{inputs.artifacts}}