Version bump #9
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: | |
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main | |
with: | |
FOMOD_INCLUDE_PDB: true | |
FOMOD_MOD_NAME: "Simple Activate SKSE" | |
FOMOD_MOD_AUTHOR: "powerofthree" | |
FOMOD_MOD_NEXUS_ID: "56767" | |
FOMOD_SE_MIN_GAME_VERSION: '1.5' | |
FOMOD_AE_NAME: 'SSE v1.6+ ("Anniversary Edition")' | |
FOMOD_AE_DESCR: 'Select this if you are using Skyrim Anniversary Edition v1.6.640 or higher.' | |
FOMOD_AE_MIN_GAME_VERSION: '1.6' | |
FOMOD_REQUIRED_INSTALLATION_DIR: "Skyrim/Data" | |
PUBLISH_ARCHIVE_TYPE: '7z' | |
VCPKG_COMMIT_ID: '9b44f143bd2d68a21e99301778d15b0eb4629235' |