From c53031a2e0184a1c56ac9d7e22117dbb0ad273e5 Mon Sep 17 00:00:00 2001 From: liyp Date: Sun, 30 Apr 2023 17:03:43 +0800 Subject: [PATCH] fix release 4 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5709260..de41a0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,8 +23,8 @@ jobs: run: ls -la - name: Release - uses: cerc-io/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') + uses: actions/release-action@v1 + #if: startsWith(github.ref, 'refs/tags/') with: files: yacd.tar.gz