Przeglądaj źródła

try updated env file name for vite

Ian Edwards 2 lat temu
rodzic
commit
bcfdf39896
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/actions/build-npm/action.yml

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

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