Skip to content

Commit 7dd05b6

Browse files
committed
i forgor
1 parent b33a952 commit 7dd05b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: build-win32
36-
path: speak32.exe
36+
path: speak-win32.exe
3737

3838
build-win64:
3939
name: "Build for Windows 64-bit"
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/upload-artifact@v4
6060
with:
6161
name: build-win64
62-
path: speak64.exe
62+
path: speak-win64.exe
6363

6464
build-ubuntu:
6565
name: "Build for Ubuntu"
@@ -80,12 +80,12 @@ jobs:
8080
- name: Get premake5
8181
run: wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-linux.tar.gz && tar xvf premake-*.tar.gz
8282
- name: Build
83-
run: ./premake5 gmake --build-speak=yes && make config=release_native -j3 && mv bin/*/*/speak speak64
83+
run: ./premake5 gmake --build-speak=yes && make config=release_native -j3 && mv bin/*/*/speak speak-ubuntu64
8484
- name: Upload artifact
8585
uses: actions/upload-artifact@v4
8686
with:
8787
name: build-ubuntu
88-
path: speak64
88+
path: speak-ubuntu64
8989

9090
release:
9191
name: "Release"

0 commit comments

Comments
 (0)