Skip to content

Commit b33a952

Browse files
committed
better naming
1 parent 3ae4038 commit b33a952

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get premake5
2929
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
3030
- name: Build
31-
run: ./premake5 gmake --build-speak=yes && make config=release_win32 -j3 && mv bin/*/*/speak.exe speak32.exe
31+
run: ./premake5 gmake --build-speak=yes && make config=release_win32 -j3 && mv bin/*/*/speak.exe speak-win32.exe
3232
- name: Upload artifact
3333
uses: actions/upload-artifact@v4
3434
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Get premake5
5555
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
5656
- name: Build
57-
run: ./premake5 gmake --build-speak=yes && make config=release_win64 -j3 && mv bin/*/*/speak.exe speak64.exe
57+
run: ./premake5 gmake --build-speak=yes && make config=release_win64 -j3 && mv bin/*/*/speak.exe speak-win64.exe
5858
- name: Upload artifact
5959
uses: actions/upload-artifact@v4
6060
with:
@@ -116,6 +116,6 @@ jobs:
116116
env:
117117
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118118
- name: Release
119-
run: gh release create -t "latest-dectalk-develop" "latest" *.exe speak64 -n "Latest release"
119+
run: gh release create -t "latest-dectalk-develop" "latest" *.exe speak-ubuntu64 -n "Latest release"
120120
env:
121121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)