Fix pipeline

This commit is contained in:
Christian Semmler 2025-02-26 19:57:53 -07:00
parent ea10f78cf8
commit 1228badcf1

View File

@ -202,6 +202,11 @@ jobs:
with: with:
python-version: '3.12' python-version: '3.12'
- uses: actions/download-artifact@main
with:
name: Win32
path: build
- uses: actions/download-artifact@main - uses: actions/download-artifact@main
with: with:
name: Win32-Entropy name: Win32-Entropy
@ -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: |