mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-05-17 06:34:45 +00:00
Fix update-known-versions workflow argument
Use version-manifest.json instead of .ts
This commit is contained in:
parent
9641fcd493
commit
6c330d70ed
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
|
@ -20,7 +20,7 @@ jobs:
|
|||
run:
|
||||
node dist/update-known-versions/index.js
|
||||
src/download/checksum/known-versions.ts
|
||||
version-manifest.ts
|
||||
version-manifest.json
|
||||
${{ secrets.GITHUB_TOKEN }}
|
||||
- run: npm install && npm run all
|
||||
- name: Create Pull Request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue