From 029e576bd4dfc69411283a769331c6ea73898260 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 28 May 2025 18:53:39 +0200 Subject: correct windows signed artifact path (#3756) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5628abd6..9d9aa337 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -334,7 +334,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: inkstitch-windows64-installer - path: artifacts + path: signed-artifacts - name: Sign-installer if: startsWith(github.event.ref, 'refs/tags/v') id: Sign-installer -- cgit v1.2.3