From b94d5094478d08af901a1d4b21180e6df429f22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ItzVl=CE=BBdik?= <61982094+ItzVladik@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:08:41 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63eccb44..8e5e34d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: 'Upload Artifact' uses: actions/upload-artifact@v3 with: - name: ubuntu-i386 + name: linux-i386 path: bin build-linux-amd64: @@ -28,7 +28,7 @@ jobs: - name: 'Upload Artifact' uses: actions/upload-artifact@v3 with: - name: ubuntu-amd64 + name: linux-amd64 path: bin build-windows-i386: @@ -39,7 +39,7 @@ jobs: - name: Build windows-i386 run: | git submodule init && git submodule update - ./waf.bat configure -T release --build-games=lostcoast --prefix=bin --32bits + ./waf.bat configure -T release --build-games=episodic --prefix=bin --32bits ./waf.bat install - name: 'Upload Artifact' @@ -56,7 +56,7 @@ jobs: - name: Build windows-amd64 run: | git submodule init && git submodule update - ./waf.bat configure -T release --build-games=lostcoast --prefix=bin + ./waf.bat configure -T release --build-games=episodic --prefix=bin ./waf.bat install - name: 'Upload Artifact' @@ -154,4 +154,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: macos-dedicated-amd64 - path: bin \ No newline at end of file + path: bin