From 6c330d70edb417505acfff5f32b34c247c166df0 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer <kevin.stillhammer@gmail.com> Date: Sun, 4 May 2025 09:03:57 +0200 Subject: [PATCH] Fix update-known-versions workflow argument Use version-manifest.json instead of .ts --- .github/workflows/update-known-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-known-versions.yml b/.github/workflows/update-known-versions.yml index 11070c2..29d1174 100644 --- a/.github/workflows/update-known-versions.yml +++ b/.github/workflows/update-known-versions.yml @@ -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