Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
# This is a *private* build container.
# See docs/github_actions.md for more information.
container: ghcr.io/bfbbdecomp/bfbb-build:main
container: ghcr.io/bfbbdecomp/tssm-build:main

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
build-non-matching:
# This is a *private* build container.
# See docs/github_actions.md for more information.
container: ghcr.io/bfbbdecomp/bfbb-build:main
container: ghcr.io/bfbbdecomp/tssm-build:main

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
build-previous:
# This is a *private* build container.
# See docs/github_actions.md for more information.
container: ghcr.io/bfbbdecomp/bfbb-build:main
container: ghcr.io/bfbbdecomp/tssm-build:main

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -248,9 +248,9 @@ jobs:

- name: Rename Artifacts
run: |
mv artifacts/GQPE78_report/report.json artifacts/progress.json
mv artifacts/GQPE78_report/progress-commit.json artifacts/progress-commit.json
mv artifacts/GQPE78_previous/report.json artifacts/previous.json
mv artifacts/GGVE78_report/report.json artifacts/progress.json
mv artifacts/GGVE78_report/progress-commit.json artifacts/progress-commit.json
mv artifacts/GGVE78_previous/report.json artifacts/previous.json

- name: Download OK bot
id: download-ok
Expand Down
Loading