mirror of
https://github.com/m1ngsama/TUT.git
synced 2026-02-08 00:54:05 +00:00
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:
parent
ea56481edb
commit
45b340798d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue