fix: Upload doesn't preserve paths for single files

This commit is contained in:
Jikoo
2020-11-26 10:34:20 -05:00
parent def7e18060
commit ceb1381613

View File

@@ -88,6 +88,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./target/OpenInv.jar
asset_path: ./OpenInv.jar
asset_name: OpenInv.jar
asset_content_type: application/java-archive