Skip to content

Commit

Permalink
build: fix build process regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Nov 9, 2023
1 parent a4c6698 commit 2c624fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

0 comments on commit 2c624fe

Please sign in to comment.