mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: fix GH jobs
This commit is contained in:
parent
a38bd83dbd
commit
0da996864c
6 changed files with 11 additions and 11 deletions
4
.github/workflows/build_docker.yml
vendored
4
.github/workflows/build_docker.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Build Docker image (Windows)
|
||||
run: |
|
||||
docker build -t "rrdash/tomb1main:latest" . -f docker/game/win/Dockerfile
|
||||
docker build -t "rrdash/tomb1main:latest" . -f docker/game-win/Dockerfile
|
||||
docker push "rrdash/tomb1main:latest"
|
||||
|
||||
publish_docker_image_linux:
|
||||
|
@ -43,5 +43,5 @@ jobs:
|
|||
|
||||
- name: Build Docker image (Linux)
|
||||
run: |
|
||||
docker build -t "rrdash/tomb1main-linux:latest" . -f docker/game/linux/Dockerfile
|
||||
docker build -t "rrdash/tomb1main-linux:latest" . -f docker/game-linux/Dockerfile
|
||||
docker push "rrdash/tomb1main-linux:latest"
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
publish_release:
|
||||
name: Create a GitHub release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_game_win, build_installer]
|
||||
needs: [build_game_win, build_game_linux, build_installer]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue