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