Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Bump SOF3/pharynx from 0.1 to 0.2 #6

Bump SOF3/pharynx from 0.1 to 0.2

Bump SOF3/pharynx from 0.1 to 0.2 #6

Workflow file for this run

on:
push:
jobs:
build-phar:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
- uses: SOF3/pharynx@v0.2
id: pharynx
with:
pharynx-version: "0.3.0"
- uses: actions/upload-artifact@v3
with:
name: BlockData_Example_Plugin.phar
path: ${{steps.pharynx.outputs.output-phar}}
- uses: actions/upload-artifact@v3
with:
name: BlockData_Example_Plugin
path: ${{steps.pharynx.outputs.output-dir}}