File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments