Преглед изворни кода

try updated env file name for vite

Ian Edwards пре 2 година
родитељ
комит
bcfdf39896
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/actions/build-npm/action.yml

+ 1 - 1
.github/actions/build-npm/action.yml

@@ -22,7 +22,7 @@ runs:
       shell: bash
       run: |
         touch dashboard/.env
-        echo '${{ inputs.env_vars }}' > dashboard/.env
+        echo '${{ inputs.env_vars }}' > dashboard/.env.production
     - name: Run NPM Build
       shell: bash
       run: |