Skip to content

Add Platform and minor bug fixes (#42) #17

Add Platform and minor bug fixes (#42)

Add Platform and minor bug fixes (#42) #17

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
build:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1