diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-05-28 18:53:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 18:53:39 +0200 |
| commit | 029e576bd4dfc69411283a769331c6ea73898260 (patch) | |
| tree | ebf01c18976eb6c34725d7fcd3d9f3c895e4e27e | |
| parent | 59312be11a4975e4de13ce29680baaf26227a809 (diff) | |
correct windows signed artifact path (#3756)
| -rwxr-xr-x | .github/workflows/build.yml | 2 |
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 |
