Explorar el Código

fix: flarum-ui

double.huang hace 5 años
padre
commit
586ca52619
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -8,7 +8,7 @@ build:
     - export SASS_BINARY_SITE="https://npm.taobao.org/mirrors/node-sass"
     - npm install --registry=http://registry.npm.taobao.org
     - npm run build:prod --report
-    - tar zcf dolphin-ui.tar.gz -C dist *
+    - tar zcf flarum-ui.tar.gz -C dist *
 publish:
   docker:
     registry: docker.qianqiusoft.com