浏览代码

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: |