Skip to content

Commit

Permalink
Add github action to generate checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
kenliao94 committed Jun 3, 2024
1 parent c626f6f commit 60c6591
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/buildMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
with:
name: apache-activemq-${{ github.ref_name }}
path: assembly/target/apache-activemq-*-bin.tar.gz
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
assembly/target/apache-activemq-*-bin.tar.gz
- uses: actions/upload-artifact@v3
with:
name: checksum.txt
path: checksum.txt

0 comments on commit 60c6591

Please sign in to comment.