Skip to content

Update README.md with the next version of the module #46

Update README.md with the next version of the module

Update README.md with the next version of the module #46

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Build
run: .\build.ps1
shell: pwsh
- uses: actions/upload-artifact@v4
with:
name: library
path: output