Forráskód Böngészése

try updated env file name for vite

Ian Edwards 2 éve
szülő
commit
bcfdf39896
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: |