From f9d656d6c6fc6b518f6c380bdb37039911031ed6 Mon Sep 17 00:00:00 2001 From: Bambooin Date: Wed, 30 Jun 2021 19:41:55 +0800 Subject: [PATCH] fix: fix shasum file artifact upload --- .github/workflows/release_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 94d26ed..2b19b5c 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -30,7 +30,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - artifacts: "release/*.zip,release/*.sha256.txt" + artifacts: "release/*.zip,release/*.sha256" body: | ${{ steps.release_log.outputs.changelog }} token: ${{ secrets.GITHUB_TOKEN }}