Skip to content

Let's try that again... #1

Let's try that again...

Let's try that again... #1

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

Check failure on line 13 in .github/workflows/publish-release-artifacts.yaml

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.yaml (Line: 13, 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 }}