Fix update-known-versions workflow argument

Use version-manifest.json instead of .ts
This commit is contained in:
Kevin Stillhammer 2025-05-04 09:03:57 +02:00
parent 9641fcd493
commit 6c330d70ed
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ jobs:
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-versions.ts
version-manifest.ts version-manifest.json
${{ secrets.GITHUB_TOKEN }} ${{ secrets.GITHUB_TOKEN }}
- run: npm install && npm run all - run: npm install && npm run all
- name: Create Pull Request - name: Create Pull Request