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 (#404)
This commit is contained in:
parent
b6f9e9c734
commit
0e9cccb4b0
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
|
id: update-known-versions
|
||||||
run:
|
run:
|
||||||
node dist/update-known-versions/index.js
|
node dist/update-known-versions/index.js
|
||||||
src/download/checksum/known-versions.ts
|
src/download/checksum/known-checksums.ts
|
||||||
version-manifest.json
|
version-manifest.json
|
||||||
${{ secrets.GITHUB_TOKEN }}
|
${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: npm install && npm run all
|
- run: npm install && npm run all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue