From 79e1d73225132a6d29570833f188fdc4da94c5c4 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 9 Mar 2025 15:38:22 -0700 Subject: [PATCH] Fixes --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/compare.yml | 9 ++++----- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb04202..5c9c4e6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,9 +180,9 @@ jobs: with: name: Accuracy Report path: | - CONFIGPROGRESS.* - ISLEPROGRESS.* - LEGO1PROGRESS.* + CONFIGPROGRESS* + ISLEPROGRESS* + LEGO1PROGRESS* upload: name: Upload artifacts @@ -212,9 +212,9 @@ jobs: build/CONFIG.EXE \ build/ISLE.EXE \ build/LEGO1.DLL \ - CONFIGPROGRESS.* \ - ISLEPROGRESS.* \ - LEGO1PROGRESS.* + CONFIGPROGRE* \ + ISLEPROGRESS* \ + LEGO1PROGRESS* curl -X POST -F key=$UPLOAD_KEY -F 'file=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/ curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.SVG' https://legoisland.org/progress/ diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index 357f184b..615fd9fe 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -2,9 +2,8 @@ name: Compare on: push: - pull_request: - # branches: - # - master + branches: + - master workflow_dispatch: concurrency: @@ -22,8 +21,8 @@ jobs: runs-on: windows-latest strategy: matrix: - low: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] high: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + low: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] steps: - uses: actions/checkout@v4 @@ -115,7 +114,7 @@ jobs: compare: name: Compare with master - needs: [build, merge-artifacts] + needs: [merge-artifacts] runs-on: windows-latest steps: - uses: actions/checkout@main