Răsfoiți Sursa

try updated env file name for vite

Ian Edwards 2 ani în urmă
părinte
comite
bcfdf39896
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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: |