From 12f086d37f5e29357844fad6f90b8b8cf39e1b67 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Thu, 22 Aug 2024 18:18:13 -0500 Subject: [PATCH] fix: add the composer.json to the zip file --- .github/workflows/upload-release-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-release-zip.yml b/.github/workflows/upload-release-zip.yml index c145a62..f4f5bca 100644 --- a/.github/workflows/upload-release-zip.yml +++ b/.github/workflows/upload-release-zip.yml @@ -24,7 +24,7 @@ jobs: with: type: 'zip' filename: 'openedx-commerce.zip' - exclusions: '*.git* .* /test/* /requirements/* /docs/* composer.* *.yaml *.xml Makefile' + exclusions: '*.git* .* /test/* /requirements/* /docs/* composer.lock *.yaml *.xml Makefile' - name: Upload zip to latest release uses: xresloader/upload-to-github-release@v1