mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Merge pull request #287 from Jayman2000/include-gpl-in-artifacts
Add a copy of the GPL to CI artifacts
This commit is contained in:
commit
22bc56aa5f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user