From 3d02ac8803f8c28ce70ea41cca59ba9d9552c9fa Mon Sep 17 00:00:00 2001 From: Micah Carrick Date: Wed, 17 Apr 2024 17:05:18 +0200 Subject: [PATCH] Set artifact content type --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05bebe5..4006960 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,7 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "target/aerospike-circuit-breaker-*-with-dependencies.jar" + artifactContentType: "application/java-archive" generateReleaseNotes: true commit: main tag: ${{ github.sha }}