Skip to content

Added menus and restrictions #3

Added menus and restrictions

Added menus and restrictions #3

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
dotnet build --configuration Release
Compress-Archive bin\Release\*\*.dll,bin\Release\*\*.exe,bin\Release\*\*.json OpenIPC-Configurator.zip
- name: Upload
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: OpenIPC-Configurator.zip