We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b067a69 commit 92ecce5Copy full SHA for 92ecce5
.github/workflows/build.yml
@@ -62,6 +62,8 @@ jobs:
62
run: "./bin/php7/bin/php -dphar.readonly=0 composer.phar install"
63
- name: Build with pharynx
64
run: "./bin/php7/bin/php -dphar.readonly=0 composer.phar run-script --no-dev build-source"
65
+ - name: Move .poggit.yml to output folder.
66
+ run: "mv .poggit.yml ./output/"
67
- name: Push build from other branch
68
uses: s0/git-publish-subdir-action@develop
69
env:
0 commit comments