This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch polish-fuzz
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/polish-fuzz by this push:
     new b41b765d5 Don't upload all files
b41b765d5 is described below

commit b41b765d5c30972daff34f4568aa531578ae8572
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 27 14:11:33 2023 +0800

    Don't upload all files
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/fuzz_test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/fuzz_test.yml b/.github/workflows/fuzz_test.yml
index 6eb804217..bec92153b 100644
--- a/.github/workflows/fuzz_test.yml
+++ b/.github/workflows/fuzz_test.yml
@@ -62,7 +62,9 @@ jobs:
         uses: actions/upload-artifact@v3
         with:
           name: fuzz_targets
-          path: ./target/x86_64-unknown-linux-gnu/release/fuzz_*
+          path: |
+            ./target/x86_64-unknown-linux-gnu/release/fuzz_reader
+            ./target/x86_64-unknown-linux-gnu/release/fuzz_writer
 
   fuzz-test-s3:
     runs-on: ubuntu-latest

Reply via email to