Skip to content

Build phar from CI

Build phar from CI #3

Workflow file for this run

name: Build
on:
workflow_dispatch:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: box
- name: Build phar
run: box build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: phar-build
path: *.phar

Check failure on line 28 in .github/workflows/workflow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow.yaml

Invalid workflow file

You have an error in your yaml syntax on line 28