Skip to content

Commit

Permalink
fix: add the composer.json to the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Aug 22, 2024
1 parent e97fc8a commit 12f086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12f086d

Please sign in to comment.