This commit is contained in:
Christian Semmler 2025-03-09 15:38:22 -07:00
parent a5688c2eae
commit 79e1d73225
2 changed files with 10 additions and 11 deletions

View File

@ -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/

View File

@ -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