Skip to content

Commit

Permalink
Include fatJar in release instead
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLobbenmeier committed Mar 31, 2024
1 parent 86b4871 commit b69470e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build .jar file
if: ${{ matrix.os == 'ubuntu-latest' }}
run: ./gradlew farJar --info --build-cache
run: ./gradlew fatJar --info --build-cache

- name: Build native distribution
run: ./gradlew nativeDistribution --info --build-cache
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
draft: true
name: ${{ inputs.version }}
files: |
build/libs/*
build/fatJar/*
build/checksums/*
build/compose/binaries/main/*
build/compose/binaries/main/*/*
Expand Down

0 comments on commit b69470e

Please sign in to comment.