diff --git a/.github/workflows/build-analyze-macos.yml b/.github/workflows/build-analyze-macos.yml index 09742410..a14b7983 100644 --- a/.github/workflows/build-analyze-macos.yml +++ b/.github/workflows/build-analyze-macos.yml @@ -76,7 +76,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 with: # Artifact name - name: Artifacts + name: macOS # A file, directory or wildcard pattern that describes what to upload path: dist/ # The desired behavior if no files are found using the provided path. diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 1f244436..1f79aedd 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -76,7 +76,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 with: # Artifact name - name: Artifacts + name: Windows # A file, directory or wildcard pattern that describes what to upload path: dist/ # The desired behavior if no files are found using the provided path.