projects
/
awesomized
/
ext-ion
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
9fe56f6
)
we'll probably get this right until 1.0
author
Michael Wallner
<mike@php.net>
Wed, 2 Feb 2022 07:12:13 +0000
(08:12 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 2 Feb 2022 07:12:13 +0000
(08:12 +0100)
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index 98b913d100c753cb351282cdefe5608279d79aac..83cf507c5a26be41e82d99ee069c9dea67f6b295 100644
(file)
--- 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