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