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

jiayu pushed a commit to branch remove-upload-artifact
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit cd3066209f8583910ca61029c592770c3ba62c69
Author: Jia Yu <[email protected]>
AuthorDate: Tue Dec 12 19:04:47 2023 -0800

    Fix the failed upload-artifact
---
 .github/workflows/java.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index c837544f4..ec915beac 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -78,5 +78,5 @@ jobs:
         [ -d "flink-shaded/target/" ] && cp flink-shaded/target/sedona-*.jar 
staging 2>/dev/null || true
     - uses: actions/upload-artifact@v3
       with:
-        name: generated-jars
+        name: generated-jars ${{ matrix.spark }} ${{ matrix.scala }} ${{ 
matrix.jdk }}
         path: staging

Reply via email to