Skip to content

chore(ci): update some actions version (#106) #2

chore(ci): update some actions version (#106)

chore(ci): update some actions version (#106) #2

Workflow file for this run

name: Build the PHAR
on:
push:
branches: ["main"]
permissions:
contents: read
jobs:
phar:
name: Create a PHAR and upload it as an artifact
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the PHAR
uses: ./.github/actions/phar
- name: Upload the PHAR
uses: actions/upload-artifact@v4
with:
name: "jolitypo"
path: tools/phar/build/jolitypo.phar
if-no-files-found: error