mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-02 18:17:52 +00:00
Fix path to known-checksums.ts (#404)
This commit is contained in:
committed by
GitHub
parent
b6f9e9c734
commit
0e9cccb4b0
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user