fix(ci): Update binary name from tut2 to tut

The executable was renamed from tut2 to tut when v2 architecture
was consolidated into main codebase. Update CI workflow to match.
This commit is contained in:
m1ngsama 2025-12-28 13:52:40 +08:00
parent ea56481edb
commit 45b340798d

View file

@ -47,7 +47,7 @@ jobs:
- name: Rename binary with platform suffix
run: |
mv build/tut2 build/tut-${{ matrix.name }}
mv build/tut build/tut-${{ matrix.name }}
- name: Upload artifact
uses: actions/upload-artifact@v4