Skip to content

Commit

Permalink
Create build-phar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 11, 2020
1 parent 8a46a18 commit 7058562
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is a basic workflow to help you get started with Actions

on:
release:
types: [published]

name: Release workflow

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: build phar
uses: docker://phpdoc/phar-ga:master
with:
args: box compile

0 comments on commit 7058562

Please sign in to comment.