ci: check out Colony Manager Redux and align its dependency path reso… #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |