Skip to content

Commit

Permalink
add content-type to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
selimseker committed Sep 2, 2024
1 parent 29b11e4 commit 1a1795f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_startgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
name: v0.1.7-launch
tag: v0.1.7-launch
artifacts: "artifacts/*"
artifactContentType: application/zip
draft: true

0 comments on commit 1a1795f

Please sign in to comment.