Update .github/workflows/npm.yaml

This commit is contained in:
Zakary Timson 2023-11-29 14:48:44 +00:00
parent a6e9ecb372
commit 1be5d2124b

View File

@ -41,7 +41,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm run build:prod || npm run build run: npm run build:prod || npm run build
working-directory: ${{inputs.path}} working-directory: ${{inputs.path}}
- name: Artifact Name - name: Artifact Name
if: "${{inputs.artifacts}}" != "false" if: "${{inputs.artifacts}}" != "false"
run: echo "ARTIFACTS=$(echo ${{inputs.artifact_name}} | sed s%/%_% )" >> $GITHUB_ENV run: echo "ARTIFACTS=$(echo ${{inputs.artifact_name}} | sed s%/%_% )" >> $GITHUB_ENV