Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 3e1b3a2

Browse files
authored
Include license in artifacts (#7)
1 parent 718db8d commit 3e1b3a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
mv ${{ steps.strings.outputs.build-output-dir }}/out/${{ steps.strings.outputs.build-type }}/* ${{ steps.strings.outputs.build-output-dir }}/out/
9595
rm ${{ steps.strings.outputs.build-output-dir }}/out/${{ steps.strings.outputs.build-type }}/
9696
97+
- name: Copy License
98+
run: |
99+
cp ${{ github.workspace }}/LICENSE.md ${{ steps.strings.outputs.build-output-dir }}/out/
100+
97101
- name: Upload Artifacts with Symbols
98102
uses: actions/upload-artifact@v4
99103
with:

0 commit comments

Comments
 (0)