Skip to content

Commit

Permalink
[SEDONA-503] Fix the upload-artifact 503 error (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu authored Dec 13, 2023
1 parent 8cbe4f8 commit 057ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 057ff4e

Please sign in to comment.