From 8d12cb608678fb8adb0210a14e0346b7cd450276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Fri, 18 Oct 2024 16:48:56 +0200 Subject: [PATCH] path issue --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bc5625f1..cc7b338f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -71,7 +71,7 @@ jobs: - name: Attest artifacts uses: actions/attest-build-provenance@v1 with: - subject-path: '..\..\..\windows_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip' + subject-path: 'windows_${{ matrix.job.arch }}_${{ github.event.release.tag_name }}.zip' - name: Create Release with gh for Windows amd64 shell: bash