diff --git a/.github/workflows/compile-web-panel.yml b/.github/workflows/compile-web-panel.yml index 846183f..eb3615d 100644 --- a/.github/workflows/compile-web-panel.yml +++ b/.github/workflows/compile-web-panel.yml @@ -51,7 +51,8 @@ jobs: rm -rf vendor/composer/tmp-*.zip find . \( -name ".git" -o -name ".gitignore" -o -name ".gitmodules" -o -name ".gitattributes" \) -exec rm -rf -- {} + 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 uses: cpina/github-action-push-to-another-repository@main