From a1758227a830e482c6ce52cb24e99a2ca58887e6 Mon Sep 17 00:00:00 2001 From: Serik Ibragimov Date: Thu, 1 Aug 2024 15:33:49 +0500 Subject: [PATCH] create php-laravel release artifact --- .github/workflows/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8518bbd..6658e111 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,14 @@ jobs: rsync -av --exclude='PHP Example' ./ ./'PHP Example' rm -rf ./'PHP Example'/assets/document-formats/.git rm -rf ./'PHP Example'/assets/document-templates/.git + - name: Build PHP Laravel Artifact + run: | + cd ${{ github.workspace }} + cd ./web/documentserver-example/php-laravel + mkdir -p ./'PHP Laravel Example' + rsync -av --exclude='PHP Laravel Example' ./ ./'PHP Laravel Example' + rm -rf ./'PHP Laravel Example'/public/assets/document-formats/.git + rm -rf ./'PHP Laravel Example'/public/assets/document-templates/.git - name: Build Python Artifact run: | cd ${{ github.workspace }} @@ -99,6 +107,8 @@ jobs: zip -r Node.js.Example.zip ./'Node.js Example' cd ${{ github.workspace }}/web/documentserver-example/php zip -r PHP.Example.zip ./'PHP Example' + cd ${{ github.workspace }}/web/documentserver-example/php-laravel + zip -r PHP.Laravel.Example.zip ./'PHP Laravel Example' cd ${{ github.workspace }}/web/documentserver-example/python zip -r Python.Example.zip ./'Python Example' cd ${{ github.workspace }}/web/documentserver-example/ruby @@ -116,6 +126,7 @@ jobs: ${{ github.workspace }}/web/documentserver-example/java/Java.Example.zip, ${{ github.workspace }}/web/documentserver-example/nodejs/Node.js.Example.zip, ${{ github.workspace }}/web/documentserver-example/php/PHP.Example.zip, + ${{ github.workspace }}/web/documentserver-example/php-laravel/PHP.Laravel.Example.zip, ${{ github.workspace }}/web/documentserver-example/python/Python.Example.zip, ${{ github.workspace }}/web/documentserver-example/ruby/Ruby.Example.zip, ${{ github.workspace }}/web/documentserver-example/java-spring/Java.Spring.Example.zip