forked from powerof3/LockVariations
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (26 loc) · 851 Bytes
/
Copy pathmain.yml
File metadata and controls
29 lines (26 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Main
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+.rc[0-9]+'
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: "Security Overhaul SKSE"
FOMOD_MOD_AUTHOR: "powerofthree"
FOMOD_MOD_NEXUS_ID: "58224"
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 or higher.'
FOMOD_AE_MIN_GAME_VERSION: '1.6'
PUBLISH_ARCHIVE_TYPE: '7z'
VCPKG_COMMIT_ID: 'b8ac6696e3af59f4f0666ab81a48ae589cde00a8'