From 19ad1e982c0f876bbb3f21f39b3cee6935278adc Mon Sep 17 00:00:00 2001 From: Robert Norton <1412774+rmn30@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:28:06 +0100 Subject: [PATCH] Further to renaming LICENCE file to LICENSE fix Makefile and CI. #11 --- .github/workflows/compile.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f54d51c..dee846b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -27,7 +27,7 @@ jobs: eval $(opam env) && make csim mkdir install cp c_emulator/cheriot_sim install - cp LICENCE install/LICENCE-cheriot-sail + cp LICENSE install/LICENCE-cheriot-sail cp sail-riscv/LICENCE install/LICENCE-sail-riscv - name: Upload artifact uses: actions/upload-artifact@v3 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05bb9f5..8fc5879 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: - script: | mkdir install cp c_emulator/cheriot_sim install - cp LICENCE install/LICENCE-cheriot-sail.txt + cp LICENSE install/LICENCE-cheriot-sail.txt cp sail-riscv/LICENCE install/LICENCE-sail-riscv.txt displayName: 'Preparing directory for upload' - publish: install