From ceb1381613a29532cae9a374c2ad2fec7fd3b40f Mon Sep 17 00:00:00 2001 From: Jikoo Date: Thu, 26 Nov 2020 10:34:20 -0500 Subject: [PATCH] fix: Upload doesn't preserve paths for single files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ad894..6489274 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file