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

+ 2 - 2
.github/workflows/release.yaml

@@ -113,8 +113,8 @@ jobs:
           mkdir -p ./release/static
           mkdir -p ./release/static
           cd dashboard
           cd dashboard
           npm i
           npm i
-          npm i -g html-webpack-plugin
-          npm i -g dotenv
+          sudo npm i -g html-webpack-plugin
+          sudo npm i -g dotenv
           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/*