2
0
abelanger5 5 жил өмнө
parent
commit
ea2ff5b990

+ 1 - 0
.github/workflows/release.yaml

@@ -113,6 +113,7 @@ jobs:
           mkdir -p ./release/static
           mkdir -p ./release/static
           cd dashboard
           cd dashboard
           npm i
           npm i
+          npm i html-webpack-plugin --save-dev
           npm run build
           npm run build
           cd ..
           cd ..
           zip --junk-paths ./release/static/static_${{steps.tag_name.outputs.tag}}.zip ./dashboard/build/*
           zip --junk-paths ./release/static/static_${{steps.tag_name.outputs.tag}}.zip ./dashboard/build/*