Skip to content

fix(workflows): Fix release and test workflows #10

fix(workflows): Fix release and test workflows

fix(workflows): Fix release and test workflows #10

Workflow file for this run

name: Release
on:
push:
tags:
- '**'
workflow_dispatch:
jobs:
release:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Call Test Workflow
id: test
uses: ./.github/workflows/test.yml
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ needs.test.outputs.artifact }}SynthPointer.dll