Skip to content

add installer make step #29

add installer make step

add installer make step #29

# 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:

Check failure on line 12 in .github/workflows/ReleaseDeployAction.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/ReleaseDeployAction.yml (Line: 12, Col: 3): Error calling workflow 'asv-soft/asv-drones/.github/workflows/BuildForWindows.yml@develop'. The workflow is requesting 'actions: write, contents: write', but is only allowed 'actions: none, contents: read'.
name: "Build for Windows"
uses: "asv-soft/asv-drones/.github/workflows/BuildForWindows.yml@develop"