Cache faction NPCs to mitigate performance issues #49
Workflow file for this run
This file contains 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: Main | |
on: | |
push: | |
branches: '**' | |
tags: '*' | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
if: github.repository_owner == 'powerof3' | |
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main | |
with: | |
CMAKE_VR_CONFIG_PRESET: '' | |
CMAKE_VR_BUILD_PRESET: '' | |
FOMOD_INCLUDE_PDB: true | |
FOMOD_MOD_NAME: "powerofthree's Tweaks" | |
FOMOD_MOD_AUTHOR: "powerofthree" | |
FOMOD_MOD_NEXUS_ID: "51073" | |
FOMOD_SE_MIN_GAME_VERSION: '1.5' | |
FOMOD_AE_NAME: 'SSE v1.6.629+ ("Anniversary Edition")' | |
FOMOD_AE_DESCR: 'Select this if you are using Skyrim Anniversary Edition v1.6.629 or higher.' | |
FOMOD_AE_MIN_GAME_VERSION: '1.6' | |
FOMOD_REQUIRED_INSTALLATION_DIR: "Skyrim/Data" | |
PUBLISH_ARCHIVE_TYPE: '7z' | |
VCPKG_COMMIT_ID: '4d22d579c2299aaf1e0bd6b7aa64832658330c88' |