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