From cb7dd56ba9d1014fae90214624ceef660e89a09f Mon Sep 17 00:00:00 2001 From: Jose Riguera Date: Wed, 28 Aug 2024 14:08:10 +0200 Subject: [PATCH] fix build-name typo --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index fbaa783..bc68398 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -22,7 +22,7 @@ jobs: outputs: artifact: ${{ steps.artifact.outputs.artifact-id }} version: ${{ steps.versions.outputs.version }} - buildname: ${{ steps.versions.outputs.build-name }} + build-name: ${{ steps.versions.outputs.build-name }} steps: - name: Checkout uses: actions/checkout@v4