From 7d336f2e790e39e013dbe5394fa7088803fdbc89 Mon Sep 17 00:00:00 2001 From: Yuzuki <50410851+Yuzuki616@users.noreply.github.com> Date: Sun, 5 Jun 2022 19:42:08 +0800 Subject: [PATCH] del upload artifact --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea01bea..6ad40d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,12 +169,12 @@ jobs: - name: Change the name run: | mv build_assets XrayR-$ASSET_NAME - - name: Upload files to Artifacts - uses: actions/upload-artifact@v2 - with: - name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }} - path: | - ./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/* + # - name: Upload files to Artifacts + # uses: actions/upload-artifact@v2 + # with: + # name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }} + # path: | + # ./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/* - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 if: github.event_name == 'release'