Skip to content

Commit

Permalink
ci: include the EULA and usage guidelines with each release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Nov 8, 2024
1 parent 8d7b381 commit c38f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
path: artifact

- run: |
cp CHANGELOG.md COPYING COPYING.LESSER README.md artifact/
cp CHANGELOG.md COPYING COPYING.LESSER README.md EULA.md docs/developer_guides/usage_guidelines.md artifact/
- run: |
zip -r ../levilamina-${{ matrix.mode }}${{ matrix.use_mimalloc == false && '-nonmimalloc' || '' }}-windows-x64.zip *
Expand Down

0 comments on commit c38f756

Please sign in to comment.