From cf123a218f60924a1829b2f892d8a4fafab6b469 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Wed, 26 Jun 2024 13:31:46 +0200 Subject: [PATCH] Use artifact id for SignPath --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2005c..496875b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: desktopapp-${{ matrix.os }} + id: upload-unsigned-artifact-${{ matrix.os }} path: | *.msix app/desktop/build/compose/binaries/main-release/deb/*.deb @@ -194,7 +195,7 @@ jobs: project-slug: tonbrett signing-policy-slug: test-signing artifact-configuration-slug: tonbrett - github-artifact-id: desktopapp-windows-latest + github-artifact-id: ${{ steps.upload-unsigned-artifact-windows-latest.outputs.artifact-id }} release_to_msstore: name: Publish to MSStore