소스 검색

Update compile-web-panel.yml

Bozhidar Slaveykov 1 년 전
부모
커밋
69bb0539bc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/compile-web-panel.yml

+ 2 - 1
.github/workflows/compile-web-panel.yml

@@ -51,7 +51,8 @@ jobs:
           rm -rf vendor/composer/tmp-*.zip
           rm -rf vendor/composer/tmp-*.zip
           find . \( -name ".git" -o -name ".gitignore" -o -name ".gitmodules" -o -name ".gitattributes"  \) -exec rm -rf -- {} +
           find . \( -name ".git" -o -name ".gitignore" -o -name ".gitmodules" -o -name ".gitattributes"  \) -exec rm -rf -- {} +
           zip -r phyre-web-panel-build.zip `ls -A`
           zip -r phyre-web-panel-build.zip `ls -A`
-          mv phyre-web-panel-build.zip ../dist/phyre-web-panel.zip
+          mkdir -p ../dist
+          mv ./phyre-web-panel-build.zip ../dist/phyre-web-panel.zip
 
 
       - name: Pushes to Phyre Panel Dist Repo
       - name: Pushes to Phyre Panel Dist Repo
         uses: cpina/github-action-push-to-another-repository@main
         uses: cpina/github-action-push-to-another-repository@main