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