diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 15e4be49..7988572e 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -100,5 +100,5 @@ jobs: # Artifact name name: macOS # A file, directory or wildcard pattern that describes what to upload - path: dist/*.dmg + path: dist/*.pkg # The desired behavior if no files are found using the provided path.