Skip to content

Commit

Permalink
Merge pull request #6 from saundefined/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
pronskiy authored Sep 26, 2024
2 parents 2ad9a35 + a371ea1 commit ed54ba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer:v2
tools: composer:v2, box

- name: Install PHP deps
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Build
run: |
curl -OL "https://github.com/box-project/box/releases/latest/download/box.phar"
mv box.phar box
make build
run: make build

- name: Release
uses: softprops/action-gh-release@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

"repositories": [
{
"type": "vcs",
"url": "https://github.com/pronskiy/conductor"
"type": "git",
"url": "https://github.com/pronskiy/conductor.git"
}
],

Expand Down

0 comments on commit ed54ba3

Please sign in to comment.