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

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 BSA Packer
        id: build-bsa-packer
        uses: ModOrganizer2/build-with-mob-action@master
        with:
          mo2-dependencies: uibase