Skip to content

ci: check out Colony Manager Redux and align its dependency path reso… #25

ci: check out Colony Manager Redux and align its dependency path reso…

ci: check out Colony Manager Redux and align its dependency path reso… #25

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- ".gitignore"
tags-ignore:
# This will ignore release versions tagged with a version identifier. We'll
# use a separate workflow for them.
- "v*"
pull_request:
paths-ignore:
- README.md
- "CHANGELOG.md"
- ".gitignore"
jobs:
build:
uses: ilyvion/rimworld-utils/.github/workflows/build_mod.yml@main
with:
mod_name: "FarmingHysteresis"
artifact_suffix: ${{ github.sha }}
project_dependencies_base_path: "..\\..\\.."
rw_versions: |-
1.3
1.4
1.5
1.6
extra_files: |-
Integrations
license_files: |-
LICENSE
LICENSE.Apache-2.0
LICENSE.MIT