Skip to content

Commit

Permalink
chore(release): setup java and gradle, display structure of downloade…
Browse files Browse the repository at this point in the history
…d artifact(s) (#80)

* chore(release): setup java and gradle

* chore(release): display structure of downloaded artifact(s)
  • Loading branch information
bc-m authored Aug 23, 2024
1 parent 9b01429 commit b88eaef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ jobs:
with:
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true

- name: Download the artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -64,6 +75,9 @@ jobs:
with:
name: Biome-${{ needs.build.outputs.version }}.zip

- name: Display structure of downloaded files
run: ls -R

- name: Generate release notes
id: release-notes
uses: orhun/git-cliff-action@v2
Expand Down

0 comments on commit b88eaef

Please sign in to comment.