From 0996c66e3b01e09f112387d65419f8a195d5cbc1 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Thu, 16 Dec 2021 20:35:14 -0800 Subject: [PATCH 1/3] test windows nightly --- .github/workflows/build-analyze-win.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 17d8f248..d57486b3 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -80,3 +80,8 @@ jobs: # 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. + + - name: GitHub Upload Release Artifacts + # You may pin to the exact commit or the version. + # uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1 + uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0 From 6e0e5a15caa8b6a22246355347d98bc95e476993 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Thu, 16 Dec 2021 20:48:56 -0800 Subject: [PATCH 2/3] nightly test #2 no one uses macos so testing it cause windows action bonked --- .github/workflows/build-analyze-macos.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-analyze-macos.yml b/.github/workflows/build-analyze-macos.yml index 09742410..168ce99c 100644 --- a/.github/workflows/build-analyze-macos.yml +++ b/.github/workflows/build-analyze-macos.yml @@ -80,3 +80,9 @@ jobs: # 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. + + + - name: GitHub Upload Release Artifacts + # You may pin to the exact commit or the version. + # uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1 + uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0 From 268886b1ecd173a1e09018af6a45cdd4a3a5efd8 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Thu, 16 Dec 2021 21:01:06 -0800 Subject: [PATCH 3/3] revert, using rest instead --- .github/workflows/build-analyze-linux.yml | 11 +---------- .github/workflows/build-analyze-macos.yml | 6 ------ .github/workflows/build-analyze-win.yml | 5 ----- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/build-analyze-linux.yml b/.github/workflows/build-analyze-linux.yml index 3b087a24..96bf2437 100644 --- a/.github/workflows/build-analyze-linux.yml +++ b/.github/workflows/build-analyze-linux.yml @@ -73,13 +73,4 @@ jobs: yarn install yarn dist -p never - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 - - - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.3 - with: - # Artifact name - name: Artifacts - # 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. + uses: github/codeql-action/analyze@v1 \ No newline at end of file diff --git a/.github/workflows/build-analyze-macos.yml b/.github/workflows/build-analyze-macos.yml index 168ce99c..09742410 100644 --- a/.github/workflows/build-analyze-macos.yml +++ b/.github/workflows/build-analyze-macos.yml @@ -80,9 +80,3 @@ jobs: # 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. - - - - name: GitHub Upload Release Artifacts - # You may pin to the exact commit or the version. - # uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1 - uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0 diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index d57486b3..17d8f248 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -80,8 +80,3 @@ jobs: # 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. - - - name: GitHub Upload Release Artifacts - # You may pin to the exact commit or the version. - # uses: Roang-zero1/github-upload-release-artifacts-action@f0677c0645db8d52dddaee4e83ce2c150f95e8e1 - uses: Roang-zero1/github-upload-release-artifacts-action@v2.1.0