From f3e93d132a9230c78e0590e76b2157f697c77f9b Mon Sep 17 00:00:00 2001 From: nv4re Date: Sat, 17 Dec 2022 02:10:06 +0700 Subject: [PATCH] Fix github copy build-artifacts failed --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 84ab378..12fd88a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,4 +27,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - args: "./dist/*.tar.gz" \ No newline at end of file + args: "./dist/*" \ No newline at end of file