We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718db8d commit 3e1b3a2Copy full SHA for 3e1b3a2
1 file changed
.github/workflows/cmake.yml
@@ -94,6 +94,10 @@ jobs:
94
mv ${{ steps.strings.outputs.build-output-dir }}/out/${{ steps.strings.outputs.build-type }}/* ${{ steps.strings.outputs.build-output-dir }}/out/
95
rm ${{ steps.strings.outputs.build-output-dir }}/out/${{ steps.strings.outputs.build-type }}/
96
97
+ - name: Copy License
98
+ run: |
99
+ cp ${{ github.workspace }}/LICENSE.md ${{ steps.strings.outputs.build-output-dir }}/out/
100
+
101
- name: Upload Artifacts with Symbols
102
uses: actions/upload-artifact@v4
103
with:
0 commit comments