Creation update #48
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 Starfield Plugin | |
on: | |
push: | |
branches: master | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build: | |
runs-on: windows-2022 | |
steps: | |
- name: Build Starfield Plugin | |
uses: ModOrganizer2/build-with-mob-action@master | |
with: | |
mo2-dependencies: cmake_common uibase game_gamebryo |