From: Michael Wallner Date: Wed, 2 Feb 2022 07:12:13 +0000 (+0100) Subject: we'll probably get this right until 1.0 X-Git-Tag: v0.2.0~28 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=00378ad63cb35952d7b6e0261010212265aa13b2;p=awesomized%2Fext-ion we'll probably get this right until 1.0 --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98b913d..83cf507 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 - name: Install run: | + PHP_V=$(basename $(readlink /etc/alternatives/php)); \ sudo apt-get install -y \ - php-cli \ - php-phar \ - php-posix + $PHP_V-phar \ + $PHP_V-posix - name: Composer run: composer require m6w6/pharext - name: Pharext