rv32emu icon indicating copy to clipboard operation
rv32emu copied to clipboard

CI: deploy-wasm workflow does not run when core files are updated

Open ChinYikMing opened this issue 4 months ago • 0 comments

The Wasm deployment only runs when following files are updated:

files: |
              assets/html/index.html
              assets/js/pre.js
              build/*.elf

Updates to the core C files should also initiate deployment, as these changes could gain performance. Additionally, several prebuilt ELF executables are stored in the rv32emu-prebuilt directory, and the current method for detecting changes in ELF files is less effective. It should be revised to monitor updates in the rv32emu-prebuilt repository.

ChinYikMing avatar Oct 21 '24 16:10 ChinYikMing