diff --git a/.github/workflows/update-checksums-file.js b/.github/workflows/update-checksums-file.js index c492a8a..d99f894 100644 --- a/.github/workflows/update-checksums-file.js +++ b/.github/workflows/update-checksums-file.js @@ -77,7 +77,9 @@ async function main() { __dirname, '..', '..', + 'sources', 'src', + 'wrapper-validation', 'wrapper-checksums.json' ) console.info(`Writing checksums file to ${jsonPath}`)