diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 149b8a5..f1cbf6c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -50,6 +50,6 @@ jobs: # Artifact name name: RunCPM.exe # A file, directory or wildcard pattern that describes what to upload - path: output + path: Release # The desired behavior if no files are found using the provided path. if-no-files-found: error