aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_bundle/.github/workflows/build.yml
blob: 3e83565f6e0d3e27d2f774cc31b7efe58571ea4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Build Installer Bundle

on:
  push:
    branches: [master]
  pull_request:
    types: [opened, synchronize, reopened]

env:
  VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite

jobs:
  build:
    runs-on: windows-2022
    steps:
      - name: Build Installer Bundle
        id: build-installer-bundle
        uses: ModOrganizer2/build-with-mob-action@master
        with:
          mo2-dependencies: uibase