Skip to content

Commit

Permalink
Revert "i dunno how to fix @SOF3"
Browse files Browse the repository at this point in the history
This reverts commit 2f67edc.
  • Loading branch information
NhanAZ committed Aug 15, 2023
1 parent 2f67edc commit 383e94a
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: KygekTagsShop.phar
path: ${{steps.pharynx.outputs.output-phar}}
- uses: actions/upload-artifact@v3
with:
name: KygekTagsShop
path: ${{steps.pharynx.outputs.output-dir}}

0 comments on commit 383e94a

Please sign in to comment.