nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

GitHub not allowing me to upload a JAR file as a release #33

Closed zhengster closed 2 years ago

zhengster commented 2 years ago

I've created the JAR file for the "A-Jar" increment of the ip, but when I try to make a release in GitHub and drag the JAR file in, GitHub is complaining that it doesn't support that file type. I'm pretty certain I followed the steps to create the JAR file correctly; I included some screenshots of Intellij, my file explorer, and the GitHub error message. image image image

okkhoy commented 2 years ago

Looks like you are trying to attach the JAR file to the release message. There should be another part below the message field where you can attach it.

zhengster commented 2 years ago

Thanks!