Skip to content

Adds a few work in progress screenshots to the README. #9

Adds a few work in progress screenshots to the README.

Adds a few work in progress screenshots to the README. #9

Workflow file for this run

name: CI
on:
push:
branches:
- master
create:
tags:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Requirements
if: steps.cache-requirements.outputs.cache-hit != 'true'
run: pip install -r requirements.txt
- name: Build patch
run: ./build.py
- name: Upload nightly patch artifact
uses: actions/upload-artifact@v4
with:
name: ff4-nightly
path: build/ff4.ips