mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-12 23:57:38 +00:00
Fix pipeline
This commit is contained in:
parent
ea10f78cf8
commit
1228badcf1
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -202,6 +202,11 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- uses: actions/download-artifact@main
|
||||
with:
|
||||
name: Win32
|
||||
path: build
|
||||
|
||||
- uses: actions/download-artifact@main
|
||||
with:
|
||||
name: Win32-Entropy
|
||||
@ -220,6 +225,11 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user