Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-07 00:42:26 +03:00
parent ec67141ff1
commit 69bb0539bc

View file

@ -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