Skip to content

Commit

Permalink
don't build jar twice
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Sep 16, 2024
1 parent aa274df commit d5e3f3e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ jobs:
java-version: '21'
distribution: 'sapmachine'

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4

- name: Build with Gradle Wrapper
run: ./gradlew build
- run: mkdir -p build
- name: Download built jar
uses: actions/download-artifact@v4
with:
name: build-artifacts
path: build

- name: Install qemu dependency for multi-arch build
run: |
Expand Down

0 comments on commit d5e3f3e

Please sign in to comment.