From 2113e36bcb4b056864d0792952e4f93ba76a7e38 Mon Sep 17 00:00:00 2001 From: liyp Date: Sun, 30 Apr 2023 16:40:40 +0800 Subject: [PATCH] fix action --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d49772d..184909b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,9 +33,9 @@ jobs: #tag: "v*" #artifacts: "./yacd.tar.gz" #token: ${{ secrets.RELEASE_KEY }} - - name: Release - uses: https://github.com/softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: yacd.tar.gz + # - name: Release + #uses: https://github.com/softprops/action-gh-release@v1 + #if: startsWith(github.ref, 'refs/tags/') + #with: + # files: yacd.tar.gz