Skip to content

Commit a3e0ae9

Browse files
authored
Create phar.yml
1 parent bc0dd1d commit a3e0ae9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/phar.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
release:
3+
types: [published]
4+
name: Release workflow
5+
jobs:
6+
release:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: build phar
10+
uses: docker://phpdoc/phar-ga:master
11+
with:
12+
args: box compile

0 commit comments

Comments
 (0)