Merge pull request #27 from ModOrganizer2/dev/format-and-gh-actions #2
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: Build Fallout 4 Plugin | |
on: | |
push: | |
branches: master | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build: | |
runs-on: windows-2022 | |
steps: | |
- name: Build Fallout 4 Plugin | |
uses: ModOrganizer2/build-with-mob-action@master | |
with: | |
mo2-dependencies: cmake_common uibase game_gamebryo |