From 4b6fab06d8e1bf78e9a5fb9e911acb6870922fb0 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 13 Nov 2025 06:38:39 -0500 Subject: [PATCH] ci(package/windows): use absolute paths for signed files This is (weirdly) required by the Trusted Signing action Signed-off-by: Seth Flynn --- .github/actions/package/windows/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/package/windows/action.yml b/.github/actions/package/windows/action.yml index 1228e8b9c..d86a51809 100644 --- a/.github/actions/package/windows/action.yml +++ b/.github/actions/package/windows/action.yml @@ -76,9 +76,9 @@ runs: certificate-profile-name: PrismLauncher files: | - install/prismlauncher.exe - install/prismlauncher_filelink.exe - install/prismlauncher_updater.exe + ${{ github.workspace }}\install\prismlauncher.exe + ${{ github.workspace }}\install\prismlauncher_filelink.exe + ${{ github.workspace }}\install\prismlauncher_updater.exe # TODO(@getchoo): Is this all really needed??? # https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md @@ -148,7 +148,7 @@ runs: certificate-profile-name: PrismLauncher files: | - PrismLauncher-Setup.exe + ${{ github.workspace }}\PrismLauncher-Setup.exe # TODO(@getchoo): Is this all really needed??? # https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md