diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..f6fac03 --- /dev/null +++ b/.github/workflows/build.yml @@ -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: KygekTagsShop.phar + path: ${{steps.pharynx.outputs.output-phar}} + - uses: actions/upload-artifact@v3 + with: + name: KygekTagsShop + path: ${{steps.pharynx.outputs.output-dir}} \ No newline at end of file