Skip to content

specify the project to dependencies restore #35

specify the project to dependencies restore

specify the project to dependencies restore #35

# Name of the workflow
name: Release
# Run on every commit tag which begins with "v" (e.g., "v0.1.4")
on:
push:
tags:
- "v*"
# Automatically create a GitHub Release, with release details specified (the relevant commits)
jobs:
checkout:
name: "Build for Windows"
uses: "asv-soft/asv-drones/.github/workflows/BuildForWindows.yml@develop"