mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: fix build process regressions
This commit is contained in:
parent
a4c6698d40
commit
2c624feb24
2 changed files with 7 additions and 7 deletions
8
.github/workflows/build_docker.yml
vendored
8
.github/workflows/build_docker.yml
vendored
|
@ -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"
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue