Skip to content

Commit

Permalink
cicd(CHN-208): download artifacts in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Mar 22, 2024
1 parent 9996fce commit 8445f8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download Java CI with Maven artifacts
uses: actions/download-artifact@v2
with:
name: java-artifacts

- name: Set up JDK 18
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 8445f8e

Please sign in to comment.