Skip to content

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

fix(workflows): Fix release and test workflows

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

Workflow file for this run

name: Release
on:
push:
tags:
- '**'
workflow_dispatch:
jobs:
release:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: windows-latest
needs: test
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