Skip to content

Commit

Permalink
Revert "Try to eliminate .jar.zip"
Browse files Browse the repository at this point in the history
It seems GitHub doesn't support this: actions/upload-artifact#426

This reverts commit e7d5153.
  • Loading branch information
nsychev committed Nov 13, 2024
1 parent e7d5153 commit 4149510
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Build with gradle
run: |
./gradlew --no-daemon -Pnpm.download=false shadowJar
(echo -n artifactPath=; find build/libs/ -type f) >> $GITHUB_ENV
run: ./gradlew --no-daemon -Pnpm.download=false shadowJar

- uses: actions/upload-artifact@v4
with:
name: balloons.jar
path: ${{ env.artifactPath }}
path: build/libs/balloons-*.jar
retention-days: 14
compression-level: 0

0 comments on commit 4149510

Please sign in to comment.