mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout76.git
synced 2026-07-27 14:08:28 -07:00
17 lines
347 B
YAML
17 lines
347 B
YAML
name: Build Fallout 76 Plugin
|
|
|
|
on:
|
|
push:
|
|
branches: master
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: windows-2022
|
|
steps:
|
|
- name: Build Fallout 76 Plugin
|
|
uses: ModOrganizer2/build-with-mob-action@master
|
|
with:
|
|
mo2-dependencies: cmake_common uibase game_gamebryo
|