From 97aa3b199b46684a47c14ec0fb93df8fd3004d83 Mon Sep 17 00:00:00 2001 From: YinMo19 Date: Fri, 29 Nov 2024 03:00:45 +0800 Subject: [PATCH] modified ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91a57d5..241e20f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,6 +106,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: '/home/runner/work/chatroom/chatroom/*' + files: '/home/runner/work/chatroom/chatroom/chatroom-*' draft: true fail_on_unmatched_files: true \ No newline at end of file