Skip to content

New github workflows #1

New github workflows

New github workflows #1

Workflow file for this run

name: .NET Build
on:
push:
branches-ignore: main
tags-ignore: '*'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Prepare Environment
uses: Aether-Tools/Deployment/.github/actions/prepare-environment@master
with:
project: CustomizePlus
- name: Build and Upload Artifact
uses: Aether-Tools/Deployment/.github/actions/build-with-artifact@master
with:
project: CustomizePlus