Skip to content

Commit

Permalink
Further to renaming LICENCE file to LICENSE fix Makefile and CI. #11
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn30 committed Jun 6, 2023
1 parent 8c5ec1f commit 19ad1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19ad1e9

Please sign in to comment.