Update compile-web-panel.yml

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 22:49:17 +03:00
parent a0bc2904d8
commit 7780784813

View file

@ -50,7 +50,8 @@ jobs:
rm -rf .phpunit.cache
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-dev-unstable.zip `ls -A`
zip -r phyre-web-panel-build.zip `ls -A`
mv phyre-web-panel-build.zip ../dist/phyre-web-panel.zip
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Cloud Vision Bot
@ -58,7 +59,7 @@ jobs:
commit_author: Cloud Vision Bot <bobicloudvision@gmail.com>
commit_message: Upload compiled packages [BOT]
branch: web-panel-unstable-dist
file_pattern: './web/phyre-web-panel-dev-unstable.zip'
file_pattern: 'phyre-web-panel.zip'
repository: ./dist
#skip_checkout: true
#push_options: '--force'