Skip to content

fix: hiddenSelectionsTextures now has the correct setup #8

fix: hiddenSelectionsTextures now has the correct setup

fix: hiddenSelectionsTextures now has the correct setup #8

Workflow file for this run

---
name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Initialize submodules
run: git submodule init
- name: Run HEMTT build
run: hemtt release
- name: Upload Release
uses: actions/upload-artifact@v4
with:
name: pmcs-${{github.sha}}
path: releases/pmcs-latest.zip