From 5640d8c1abd42b190325a6cb6c3aa5373a5b7dc5 Mon Sep 17 00:00:00 2001 From: liyp Date: Sun, 30 Apr 2023 16:54:53 +0800 Subject: [PATCH] fix release 2 --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5ba5594..f6ab53a 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/') - with: - files: yacd.tar.gz + uses: cerc-io/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') + with: + files: yacd.tar.gz