Fix update-known-versions workflow argument ()

Use version-manifest.json instead of .ts
This commit is contained in:
Kevin Stillhammer 2025-05-04 09:10:02 +02:00 committed by GitHub
parent 9641fcd493
commit b87cce2fc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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