Skip to content

Commit

Permalink
Merge pull request #12070 from nextcloud/bugfix/noid/build-script
Browse files Browse the repository at this point in the history
chore(release): Fix build action while there is no latest-29 package
  • Loading branch information
nickvergessen authored Apr 11, 2024
2 parents 70fcc71 + 0cecf01 commit 0487f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
with:
filename: ${{ env.APP_NAME }}/appinfo/info.xml

- name: Set up php ${{ steps.php-versions.outputs.php-min }}
- name: Set up php 8.1
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
with:
php-version: ${{ steps.php-versions.outputs.php-min }}
php-version: 8.1
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0487f2e

Please sign in to comment.