Skip to content

Commit

Permalink
Making changes to release asset yml, passing php version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 17, 2024
1 parent 072fa0f commit 2b268fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2+'

- name: Prepare release artifact
run: .github/workflows/scripts/prepare-release-asset.sh

Expand Down

0 comments on commit 2b268fd

Please sign in to comment.