From b39c92d6b0d4670ec8dc2885018683241c8bc548 Mon Sep 17 00:00:00 2001 From: Dreamail Date: Sun, 6 Mar 2022 13:01:11 +0800 Subject: [PATCH] fix workflow --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b0790b9..4d30b57 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,6 +28,6 @@ jobs: uses: actions/upload-artifact@v3.0.0 with: # Artifact name - #name: - # A file, directory or wildcard pattern that describes what to upload - path: m1mc + name: m1mc + # A file, directory or wildcard pattern that describes what to upload + path: m1mc