Skip to content

CI Build

CI Build #1

Workflow file for this run

name: CI
run-name: CI Build
on: [ push ]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Install tools
run: |
signtool
shell: bash