Skip to content

bugfix #5

bugfix #5 #1

name: build_release
# Only trigger, when the build workflow succeeded, see https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed
#on:
# workflow_run:
# workflows: ["build_firmware","build_simhub_plugin"]
# types:
# - completed
on: [push]
# This is the list of jobs that will be run concurrently.
# Since we use a build matrix, the actual number of jobs
# started depends on how many configurations the matrix
# will produce.
# https://docs.github.com/de/actions/using-workflows/storing-workflow-data-as-artifacts
jobs:
generateRelase:
runs-on: ubuntu-latest
steps:
- name: Download math result for job 2
uses: actions/download-artifact@v4
with:
name: ["simhub_plugin","firmware_esp32"]

Check failure on line 27 in .github/workflows/publishRelease.yml

View workflow run for this annotation

GitHub Actions / build_release

Invalid workflow file

The workflow is not valid. .github/workflows/publishRelease.yml (Line: 27, Col: 17): A sequence was not expected
- name: Print the final result
shell: bash
run: |
echo The result is good