Skip to content

Commit 92ecce5

Browse files
authored
Move .poggit.yml
1 parent b067a69 commit 92ecce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: "./bin/php7/bin/php -dphar.readonly=0 composer.phar install"
6363
- name: Build with pharynx
6464
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/"
6567
- name: Push build from other branch
6668
uses: s0/git-publish-subdir-action@develop
6769
env:

0 commit comments

Comments
 (0)