From a6e9ecb372bb94f568efa5ebf5fce186ff2f146c Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 29 Nov 2023 14:48:24 +0000 Subject: [PATCH] Update .github/workflows/npm.yaml --- .github/workflows/npm.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yaml b/.github/workflows/npm.yaml index b861057..47397e1 100644 --- a/.github/workflows/npm.yaml +++ b/.github/workflows/npm.yaml @@ -43,12 +43,13 @@ jobs: working-directory: ${{inputs.path}} - name: Artifact Name - if: ${{inputs.artifacts}} != false + if: "${{inputs.artifacts}}" != "false" run: echo "ARTIFACTS=$(echo ${{inputs.artifact_name}} | sed s%/%_% )" >> $GITHUB_ENV - name: Upload Artifacts - if: ${{inputs.artifacts}} != false + if: "${{inputs.artifacts}}" != "false" uses: actions/upload-artifact@v3 with: name: ${{env.ARTIFACTS}} path: ${{inputs.artifacts}} + retention-days: 7