From fdb027c85963abdad2b13c5cf9aaaeb75e1f3394 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 2 Aug 2025 22:10:27 +0200 Subject: [PATCH] fixed step id --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f0bd8a..c1e9c27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,12 +129,14 @@ jobs: - uses: actions/checkout@v4 - name: Download Linux artifact + id: download-linux uses: actions/download-artifact@v3 with: name: linux-binary path: linux-bin - name: Download Windows artifact + id: download-windows uses: actions/download-artifact@v3 with: name: windows-binary