summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-05-28 18:53:39 +0200
committerGitHub <noreply@github.com>2025-05-28 18:53:39 +0200
commit029e576bd4dfc69411283a769331c6ea73898260 (patch)
treeebf01c18976eb6c34725d7fcd3d9f3c895e4e27e
parent59312be11a4975e4de13ce29680baaf26227a809 (diff)
correct windows signed artifact path (#3756)
-rwxr-xr-x.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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