5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

Fix path to known-checksums.ts (#404)

This commit is contained in:
Kevin Stillhammer
2025-05-08 09:37:11 +02:00
committed by GitHub
parent b6f9e9c734
commit 0e9cccb4b0

View File

@@ -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