From f6a5d19d52b02a1a93fadcec46b0018e59a33774 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Fri, 17 Dec 2021 15:45:32 -0800 Subject: [PATCH] renaming to make distigishable for nighly --- .github/workflows/build-analyze-macos.yml | 2 +- .github/workflows/build-analyze-win.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.