Skip to content

Commit 943135f

Browse files
committed
add content type
1 parent f4b6db5 commit 943135f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
5353
asset_path: ./firewall-comp/target/firewall-comp-1.0-SNAPSHOT.oar
5454
asset_name: firewall-comp-${{ github.run_number }}.0-SNAPSHOT.oar
55+
asset_content_type: application/zip
5556
- name: Upload App Asset
5657
uses: actions/upload-release-asset@v1
5758
env:
@@ -60,4 +61,5 @@ jobs:
6061
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
6162
asset_path: ./firewall-app/target/firewall-app-1.0-SNAPSHOT.oar
6263
asset_name: firewall-app-${{ github.run_number }}.0-SNAPSHOT.oar
64+
asset_content_type: application/zip
6365

0 commit comments

Comments
 (0)