From d07f07c50124c0354b728a465cb7f1bf78bfd1d7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 9 Mar 2025 14:15:20 -0700 Subject: [PATCH] Fix --- .github/workflows/compare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index 52f92148..5586f933 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -143,7 +143,7 @@ jobs: - name: Compare Aggregate Accuracy With Current Master shell: bash env: - RELEASE_URL: https://github.com/isledecomp/isle/releases/download/continuous + RELEASE_URL: https://github.com/isledecomp/isle/releases/download/continuous-accuracy run: | # Download the current master state curl -fLSs -o CONFIGPROGRESS-agg-old.json $RELEASE_URL/CONFIGPROGRESS-agg.json || echo "" >CONFIGPROGRESS-agg-old.json