Skip to content

Commit

Permalink
Build phar from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMoraesF committed Oct 4, 2024
1 parent f79b416 commit a925cbf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: box
tools: box

- name: Build phar
run: box build

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: phar-build
path: *.phar

0 comments on commit a925cbf

Please sign in to comment.