Skip to content

Commit

Permalink
Use fat jar
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniel committed Oct 16, 2024
1 parent 49b6755 commit 5a5b4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Find JAR file
id: jarfile
run: |
echo "JAR_PATH=$(ls target/java-hdfs-fuse*.jar | head -n 1)" >> $GITHUB_ENV
echo "JAR_PATH=$(ls target/java-hdfs-fuse*shaded.jar | head -n 1)" >> $GITHUB_ENV
echo Found JAR file $JAR_PATH
- name: Create native image
Expand Down

0 comments on commit 5a5b4e0

Please sign in to comment.