Skip to content

build: include icon #34

build: include icon

build: include icon #34

Workflow file for this run

name: Build phar
on:
push:
branches: [pm5]
jobs:
pharynx:
name: build phar
permissions:
contents: write
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer
- run: composer install --ignore-platform-reqs
- uses: SOF3/[email protected]
id: pharynx
with:
additional-assets:
- icon.png

Check failure on line 22 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build phar

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 22, Col: 13): A sequence was not expected
- uses: actions/upload-artifact@v3
with:
name: BedrockEconomy.phar
path: ${{steps.pharynx.outputs.output-phar}}