mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fixes
This commit is contained in:
parent
a5688c2eae
commit
79e1d73225
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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/
|
||||
|
||||
9
.github/workflows/compare.yml
vendored
9
.github/workflows/compare.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user