Skip to content

File extension issue? #1

File extension issue?

File extension issue? #1

name: Publish Artifacts on Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:

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

View workflow run for this annotation

GitHub Actions / Publish Artifacts on Release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-release-artifacts.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: Create Release with Artifacts
needs: build_cores
runs-on: ubuntu-latest
steps:
- name: Show GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Download All Compiled Core Artifacts
uses: dawidd6/action-download-artifact@v3
with:
commit: ${{ env.GITHUB_SHA }}