Skip to content

Commit

Permalink
#176: Fixed sha256sum files upload bug (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow authored Jul 4, 2023
1 parent ceb0730 commit a269ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.inputs.upload_url }}
asset_path: '**/target/*.jar'
asset_path: '**/target/*.sha256'
- name: Create a zip file from error code report JSON files
run: zip -v error_code_report.zip */target/error_code_report.json
- name: Upload error-code-report
Expand Down
4 changes: 4 additions & 0 deletions doc/changes/changes_1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Code name:

* #151: Fixed vulnerability `CVE-2023-26048` coming with `jetty-util` transitive dependency

## Bugs

* #176: Fixed artifact upload of `sha256sum` files

## Refactoring

* #158: Refactored common options class
Expand Down

0 comments on commit a269ddd

Please sign in to comment.