We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b6db5 commit 943135fCopy full SHA for 943135f
.github/workflows/maven.yml
@@ -52,6 +52,7 @@ jobs:
52
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
53
asset_path: ./firewall-comp/target/firewall-comp-1.0-SNAPSHOT.oar
54
asset_name: firewall-comp-${{ github.run_number }}.0-SNAPSHOT.oar
55
+ asset_content_type: application/zip
56
- name: Upload App Asset
57
uses: actions/upload-release-asset@v1
58
env:
@@ -60,4 +61,5 @@ jobs:
60
61
62
asset_path: ./firewall-app/target/firewall-app-1.0-SNAPSHOT.oar
63
asset_name: firewall-app-${{ github.run_number }}.0-SNAPSHOT.oar
64
65
0 commit comments