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 6e8ba5e commit cd3a874Copy full SHA for cd3a874
.github/workflows/maven.yml
@@ -44,4 +44,10 @@ jobs:
44
tag_name: v0.${{ github.run_number }}
45
release_name: Release v0.${{ github.run_number }}
46
47
-
+ - name: Upload Release Asset
48
+ uses: actions/upload-release-asset@v1
49
+ env:
50
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ with:
52
+ upload_url: ${{ steps.create-new-release.outputs.upload_url }}
53
+ asset_path: ./firewall-comp/*.oar ./firewall-comp/*.jar ./firewall-app/*.oar ./firewall-app/*.jar
0 commit comments