Update compile-web-panel.yml
This commit is contained in:
parent
a0bc2904d8
commit
7780784813
1 changed files with 3 additions and 2 deletions
5
.github/workflows/compile-web-panel.yml
vendored
5
.github/workflows/compile-web-panel.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue