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