Skip to content

Update composer name to nethergamesmc/libasynql #47

Update composer name to nethergamesmc/libasynql

Update composer name to nethergamesmc/libasynql #47

Workflow file for this run

name: PharBuilder
on: push
jobs:
build:
name: PharBuilder
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '[Build]')"
steps:
- uses: actions/checkout@v2
- name: Download pharbuilder-rs
uses: dsaltares/[email protected]
with:
file: pharbuilder
repo: NetherGamesMC/pharbuilder-rs
token: ${{ secrets.ng_token }}
- name: Build
run: |
sudo chmod +x pharbuilder
./pharbuilder -i ./libasynql/ -o libasynql.phar
- name: Upload
uses: actions/[email protected]
with:
name: libasynql
path: libasynql.phar