Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Oct 16, 2024
1 parent 15d1875 commit 26a8cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Package CLI
run: |
./gradlew :cli:installDist
./gradlew :cli:build :cli:installDist
tar -czvf lcaac-cli-${{ github.ref_name }}.tar.gz -C cli/build/install lcaac
- name: Create a GitHub release
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ javaVersion=17
gradleVersion=7.6
org.gradle.jvmargs=-Xmx4096m
lcaacGroup=ch.kleis.lcaac
lcaacVersion=1.7.9
lcaacVersion=1.7.10

0 comments on commit 26a8cb7

Please sign in to comment.