Skip to content

MAP0_S00: match func_800DB26C (#407) #1173

MAP0_S00: match func_800DB26C (#407)

MAP0_S00: match func_800DB26C (#407) #1173

Workflow file for this run

name: Determine and Push Progress
on:
push:
jobs:
build:
container: ghcr.io/vatuu/decomp-images-silent-hill:master
strategy:
fail-fast: true
matrix:
game_id: [ SLUS-00707 ]
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: "Setup Python"
run: pip3 install -r requirements.txt --break-system-packages
- name: "Copy ROM"
run: |
mkdir -p ./rom/image
cp -r -p /rom/* ./rom/image
- name: Setup Environment
run: make extract
- name: Generate Progress Report
run: make report
- name: Upload Progress Report
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.game_id }}_report
path: ./build/progress.json