diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dc5ba11..a164d941 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: