Skip to content

adding repo dispatch #59

adding repo dispatch

adding repo dispatch #59

Workflow file for this run

name: "MetaCall Distributable Windows Release"
on:
repository_dispatch:
types: [test-trigger]
pull_request:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Build
shell: powershell
run: .\build.bat
- name: Test
shell: powershell
run: .\test.bat
- name: Release
uses: softprops/action-gh-release@v1
with:
files: metacall-tarball-win-x64.zip
fail_on_unmatched_files: true