From 1a1795fc0f346f37b9d6856a9faa054017f8e105 Mon Sep 17 00:00:00 2001 From: selimseker Date: Mon, 2 Sep 2024 17:23:59 +0300 Subject: [PATCH] add content-type to assets --- .github/workflows/build_startgo.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_startgo.yml b/.github/workflows/build_startgo.yml index 438f49c..e9c3e90 100644 --- a/.github/workflows/build_startgo.yml +++ b/.github/workflows/build_startgo.yml @@ -76,7 +76,8 @@ jobs: - name: Create release with artifacts uses: ncipollo/release-action@v1 with: - name: v0.1.6-launch - tag: v0.1.6-launch - draft: true - artifacts: "artifacts/*" \ No newline at end of file + name: v0.1.7-launch + tag: v0.1.7-launch + artifacts: "artifacts/*" + artifactContentType: application/zip + draft: true \ No newline at end of file