Merge pull request #287 from Jayman2000/include-gpl-in-artifacts

Add a copy of the GPL to CI artifacts
This commit is contained in:
Jeod 2024-05-04 19:20:11 -04:00 committed by GitHub
commit 22bc56aa5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,9 @@ jobs:
- name: Run ${{ matrix.build_type }} Unittests
run: ctest --preset ${{ matrix.os.preset }} -C ${{ matrix.build_type }}
- name: Ensure artifacts contain LICENSE
run: cp LICENSE ${{ github.workspace }}/builds/${{ matrix.os.preset }}/Descent3/${{ matrix.build_type }}/
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with: