mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-17 14:44:46 +00:00
Fix path to known-checksums.ts
This commit is contained in:
parent
b6f9e9c734
commit
6cc56f461c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-known-versions.yml
vendored
2
.github/workflows/update-known-versions.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
id: update-known-versions
|
||||
run:
|
||||
node dist/update-known-versions/index.js
|
||||
src/download/checksum/known-versions.ts
|
||||
src/download/checksum/known-checksums.ts
|
||||
version-manifest.json
|
||||
${{ secrets.GITHUB_TOKEN }}
|
||||
- run: npm install && npm run all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue