Skip to content

Commit 0e9cccb

Browse files
authored
Fix path to known-checksums.ts (#404)
1 parent b6f9e9c commit 0e9cccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-known-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: update-known-versions
2020
run:
2121
node dist/update-known-versions/index.js
22-
src/download/checksum/known-versions.ts
22+
src/download/checksum/known-checksums.ts
2323
version-manifest.json
2424
${{ secrets.GITHUB_TOKEN }}
2525
- run: npm install && npm run all

0 commit comments

Comments
 (0)