Skip to content

Commit

Permalink
Fix asset_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Neisvestney committed Aug 27, 2022
1 parent 22137eb commit 1b7a1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: "build/libs/yara-birds-${{ needs.build.outputs.mod_version }}.jar"
asset_name: "${{ needs.build.outputs.archives_base_name }}-${{ needs.build.outputs.mod_version }}.jar"
asset_name: "${{ needs.build.outputs.archives_base_name }}-${{ needs.build.outputs.mod_version }}.jar"
asset_content_type: "application/java-archive"

0 comments on commit 1b7a1fa

Please sign in to comment.