Skip to content

Commit

Permalink
Added a github action for publishing the binaries after building
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Jan 25, 2022
1 parent c33365b commit e134b39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,12 @@ jobs:
uses: github/codeql-action/upload-sarif@codeql-bundle-20211208
with:
sarif_file: trivy-results.sarif

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/connector.war
asset_name: ${{matrix.project_context}}_connector.war
tag: ${{ github.ref }}
overwrite: true

0 comments on commit e134b39

Please sign in to comment.