From b87cce2fc54465dab901f0118c33b635b0d440cf Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sun, 4 May 2025 09:10:02 +0200 Subject: [PATCH] Fix update-known-versions workflow argument (#401) 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