build: fix build process regressions

This commit is contained in:
Marcin Kurczewski 2023-11-09 22:29:56 +01:00
parent a4c6698d40
commit 2c624feb24
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
2 changed files with 7 additions and 7 deletions

View file

@ -22,8 +22,8 @@ jobs:
- name: Build Docker image (Windows)
run: |
docker build -t "rrdash/tomb1main:latest" . -f docker/game-win/Dockerfile
docker push "rrdash/tomb1main:latest"
docker build -t "rrdash/tr1x:latest" . -f docker/game-win/Dockerfile
docker push "rrdash/tr1x:latest"
publish_docker_image_linux:
name: Build Linux Docker toolchain
@ -43,5 +43,5 @@ jobs:
- name: Build Docker image (Linux)
run: |
docker build -t "rrdash/tomb1main-linux:latest" . -f docker/game-linux/Dockerfile
docker push "rrdash/tomb1main-linux:latest"
docker build -t "rrdash/tr1x-linux:latest" . -f docker/game-linux/Dockerfile
docker push "rrdash/tr1x-linux:latest"

View file

@ -70,7 +70,7 @@ jobs:
run: |
mv artifacts/game-win.zip artifacts/TR1X-${{ steps.get_version.outputs.VERSION }}-Windows.zip
mv artifacts/game-linux.zip artifacts/TR1X-${{ steps.get_version.outputs.VERSION }}-Linux.zip
mv artifacts/Tomb1Main_Installer.exe artifacts/TR1X-${{ steps.get_version.outputs.VERSION }}-Installer.exe
mv artifacts/TR1X_Installer.exe artifacts/TR1X-${{ steps.get_version.outputs.VERSION }}-Installer.exe
- name: Generate Changelog
run: |
@ -120,7 +120,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: configtool
path: tools/config/out/Tomb1Main_ConfigTool.exe
path: tools/config/out/TR1X_ConfigTool.exe
build_game_win:
name: Build the game (Windows)
@ -276,4 +276,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: installer
path: tools/installer/out/Tomb1Main_Installer.exe
path: tools/installer/out/TR1X_Installer.exe