From db618288f723a322aa074f5a998560b40ce27f66 Mon Sep 17 00:00:00 2001 From: Stephan Schiffels Date: Thu, 7 Mar 2024 15:47:10 +0100 Subject: [PATCH] further updates to the windows uploader --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 271bccb..66c652f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,5 +99,5 @@ jobs: draft: true allowUpdates: true artifactErrorsFailBuild: true - artifacts: '%userprofile%\AppData\Roaming\local\bin\*.exe' + artifacts: '~/AppData/Roaming/local/bin/*.exe' artifactContentType: application/octet-stream \ No newline at end of file