From 9a2880a9fd4d4c72a99aabe35cfd918a24d9fcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:28:05 +0200 Subject: [PATCH] release.yml: Fix typo in raspberry-pi5-release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bafbeba1..25b3f138a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -246,8 +246,8 @@ jobs: uses: ./.github/workflows/publish-image.yml with: git_ref: "${{ inputs.git_ref || github.head_ref || github.ref_name }}" - artifact_id: "${{ needs.raspberrypi5.outputs.artifact_name }}" - artifact_file: "${{ needs.raspberrypi5.outputs.artifact_file }}" + artifact_id: "${{ needs.raspberrypi-5.outputs.artifact_name }}" + artifact_file: "${{ needs.raspberrypi-5.outputs.artifact_file }}" dry_run: ${{ (!inputs.release && github.event_name == 'workflow_dispatch') || github.ref_type != 'tag' || !(github.ref_protected || startsWith(github.ref, 'refs/tags/v')) }} secrets: inherit odroidxu4-release: