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

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NhanAZ committed Apr 23, 2023
1 parent b3b64ca commit 97a7260
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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.1
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}}

0 comments on commit 97a7260

Please sign in to comment.