mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 07:41:16 +00:00
Fix pipeline
This commit is contained in:
parent
ea10f78cf8
commit
1228badcf1
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -161,7 +161,7 @@ jobs:
|
|||||||
- name: Detect binaries
|
- name: Detect binaries
|
||||||
run: |
|
run: |
|
||||||
reccmp-project detect --what original --search-path legobin
|
reccmp-project detect --what original --search-path legobin
|
||||||
reccmp-project detect --what recompiled --search-path build
|
reccmp-project detect --what recompiled --search-path build
|
||||||
|
|
||||||
- name: Summarize Accuracy
|
- name: Summarize Accuracy
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -204,8 +204,13 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@main
|
- uses: actions/download-artifact@main
|
||||||
with:
|
with:
|
||||||
name: Win32-Entropy
|
name: Win32
|
||||||
path: build-entropy
|
path: build
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@main
|
||||||
|
with:
|
||||||
|
name: Win32-Entropy
|
||||||
|
path: build-entropy
|
||||||
|
|
||||||
- name: Restore cached original binaries
|
- name: Restore cached original binaries
|
||||||
id: cache-original-binaries
|
id: cache-original-binaries
|
||||||
@ -220,6 +225,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|
||||||
|
- name: Detect binaries
|
||||||
|
run: |
|
||||||
|
reccmp-project detect --what original --search-path legobin
|
||||||
|
reccmp-project detect --what recompiled --search-path build
|
||||||
|
|
||||||
- name: Denoise Accuracy
|
- name: Denoise Accuracy
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user