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] 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