Skip to content

Commit

Permalink
Upload Linux-riscv64-Build-JDK11 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Oct 25, 2023
1 parent ace44cb commit 734ba82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,14 @@ jobs:
chmod +x ./mvnw
./mvnw -B --show-version -ntp clean package
# RISC-V doesn't upload the JDK 8 build because JDK 8 doesn't exist on RISC-V. Instead, we upload
# the JDK 11 build. It should work on JDK 8 as well, as we are testing it on all other platforms.
- name: Upload the build
uses: actions/upload-artifact@v3
with:
name: Linux-riscv64-Build-JDK11
path: /home/runner/work/Brotli4j/

Linux-riscv64-Build-JDK17:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 734ba82

Please sign in to comment.