Skip to content

Commit

Permalink
refactoring build to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Crty committed Sep 28, 2020
1 parent b7e1b40 commit 8b25c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: composer bin box require --dev humbug/box

- name: Build phar
run: composer run-script build
run: composer run-script compile

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: phar-artifact
path: upload-to-s3-wenhook.phar
path: ./upload-to-s3-webhook.phar
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"scripts": {
"test": "phpunit",
"build": "vendor/bin/box build"
"compile": "vendor/bin/box compile"
}
}

0 comments on commit 8b25c4e

Please sign in to comment.