Skip to content

Commit

Permalink
Update build-phar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 11, 2020
1 parent 0cda9e4 commit fa2a2ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
name: Release workflow

jobs:
release:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
publish-phar:
runs-on: ubuntu-latest
name: Publish the PHAR
needs: [build]
if: github.event_name == 'release'
steps:
- uses: actions/download-artifact@v1
Expand Down

0 comments on commit fa2a2ba

Please sign in to comment.