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