Skip to content

Commit

Permalink
fix sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
kenliao94 committed Jun 3, 2024
1 parent 60c6591 commit 4ed3526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -s .github/maven-settings.xml -U -B -e clean install -DskipTests
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: apache-activemq-${{ github.ref_name }}
name: apache-activemq-${{ github.ref_name }}.tar.gz
path: assembly/target/apache-activemq-*-bin.tar.gz
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
Expand Down

0 comments on commit 4ed3526

Please sign in to comment.