Replies: 2 comments 1 reply
-
If you want to upload a JAR produced by your Maven build to S3, you don't need the If the JAR file doesn't exist the Maven build is the part you need to look at. |
Beta Was this translation helpful? Give feedback.
1 reply
-
any update here for those of us facing a similar issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm new to GitHub Actions and I'm facing some difficulties locating the built JAR file in the Git Action workflow. I have researched that the built JAR file should be located in the target directory, but when I check, it is empty.
The build process itself seems to be successful, but I can't find the JAR file to proceed with the next step of uploading it to an S3 bucket. Only the classes and META-INF/build-properties files are generated and uploaded.
Below is the script I am using:
If anyone has any insights or suggestions on how to resolve this issue and locate the built JAR file correctly, it would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions