From 0fe479f6a08d54c0c467697f6742a8726981bd79 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 16 Nov 2024 20:35:15 +0100 Subject: [PATCH] Fix --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5b9dc08158..9db632aae0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,8 +20,8 @@ jobs: name: build (windows) runs-on: windows-2022 - outputs: - artifact_name: ${{ steps.package.outputs.artifact_name }} + outputs: + artifact_name: ${{ steps.package.outputs.artifact_name }} steps: - name: 🐣 Checkout