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: with:
name: Accuracy Report name: Accuracy Report
path: | path: |
CONFIGPROGRESS.* CONFIGPROGRESS*
ISLEPROGRESS.* ISLEPROGRESS*
LEGO1PROGRESS.* LEGO1PROGRESS*
upload: upload:
name: Upload artifacts name: Upload artifacts
@ -212,9 +212,9 @@ jobs:
build/CONFIG.EXE \ build/CONFIG.EXE \
build/ISLE.EXE \ build/ISLE.EXE \
build/LEGO1.DLL \ build/LEGO1.DLL \
CONFIGPROGRESS.* \ CONFIGPROGRE* \
ISLEPROGRESS.* \ ISLEPROGRESS* \
LEGO1PROGRESS.* 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=@CONFIGPROGRESS.SVG' https://legoisland.org/progress/
curl -X POST -F key=$UPLOAD_KEY -F 'file=@ISLEPROGRESS.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: on:
push: push:
pull_request: branches:
# branches: - master
# - master
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
@ -22,8 +21,8 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: 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] 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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -115,7 +114,7 @@ jobs:
compare: compare:
name: Compare with master name: Compare with master
needs: [build, merge-artifacts] needs: [merge-artifacts]
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main