mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 06:01:00 +02:00
Update release.yml
This commit is contained in:
parent
6e8ad46f0e
commit
b657f21f33
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -23,6 +23,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Updating Dependencies + zip
|
- name: Updating Dependencies + zip
|
||||||
run: |
|
run: |
|
||||||
|
cd ~
|
||||||
|
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
|
||||||
|
HASH=`curl -sS https://composer.github.io/installer.sig`
|
||||||
|
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
mkdir linkstack
|
mkdir linkstack
|
||||||
cd linkstack
|
cd linkstack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user