Skip to content

Commit

Permalink
More cleanup, put files into path to satisfy Prestashop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Jul 5, 2023
1 parent 47a11aa commit f92dde2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Composer dependencies
uses: php-actions/composer@v6
with:
dev: no
php_version: 8.0
php_extensions: bcmath

path: nodeless
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: composer:v2
extensions: bcmath
- name: Install Composer dependencies
run: |
cd nodeless
composer install --no-progress --prefer-dist --optimize-autoloader
- name: Create release artifact.
uses: thedoctor0/zip-release@master
with:
Expand Down
14 changes: 0 additions & 14 deletions config/services.yml

This file was deleted.

0 comments on commit f92dde2

Please sign in to comment.