Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): setup java and gradle, display structure of downloaded artifact(s) #80

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

bc-m
Copy link
Contributor

@bc-m bc-m commented Aug 21, 2024

Setup java and gradle

Setup java and gradle should fix error: https://github.com/biomejs/biome-intellij/actions/runs/10491164584/job/29059934829

Caution

Dependency requires at least JVM runtime version 17. This build uses a Java 11 JVM.

- 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

Source: https://github.com/JetBrains/intellij-platform-plugin-template/blob/main/.github/workflows/release.yml

Display downloaded files

Display downloaded files to debug error: https://github.com/biomejs/biome-intellij/actions/runs/10491164584/job/29059934508

Caution

Run mv "Biome-1.2.1-nightly.9b01429.zip" biome.zip
mv: cannot stat 'Biome-1.2.1-nightly.9b01429.zip': No such file or directory
Error: Process completed with exit code 1.

- name: Download the artifact
uses: actions/download-artifact@v4
with:
name: Biome-${{ needs.build.outputs.version }}.zip

@bc-m bc-m marked this pull request as ready for review August 21, 2024 14:28
@ematipico ematipico merged commit b88eaef into biomejs:main Aug 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants