Skip to content

Commit

Permalink
Merge pull request #19 from SOF3/SOF3-patch-1
Browse files Browse the repository at this point in the history
update to pharynx action v0.2
  • Loading branch information
NhanAZ authored Aug 15, 2023
2 parents 2c2823f + 2ebb5f7 commit 528fcf8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
- uses: SOF3/pharynx@v0.1
- uses: SOF3/pharynx@v0.2
id: pharynx
with:
pharynx-version: "0.2.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}}
path: ${{steps.pharynx.outputs.output-dir}}

1 comment on commit 528fcf8

@NhanAZ
Copy link
Member Author

@NhanAZ NhanAZ commented on 528fcf8 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? @SOF3

Please sign in to comment.