Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 25, 2024
1 parent dec6b57 commit 0b117bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
run: ./gradlew packageDistributionForCurrentOS --info --stacktrace --warning-mode all

- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: logs
path: 'build\compose\logs\**'
retention-days: 3

- name: Upload package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: distributions
retention-days: 3
Expand Down
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
alias(libs.plugins.jetbrainsCompose)
}

group = "love.forte.bouns"
group = "love.forte.bonus"
version = "1.0.4"

repositories {
Expand Down Expand Up @@ -43,8 +43,8 @@ dependencies {
implementation(compose.material3)

runtimeOnly(libs.logback.classic)

runtimeOnly(libs.h2db)

implementation(libs.hikariCP)
implementation(libs.bundles.exposed)
implementation(libs.koalaPlot.core)
Expand Down Expand Up @@ -91,6 +91,7 @@ compose.desktop {
menuGroup = project.group.toString()
iconFile.set(project.rootDir.resolve("icon.ico"))
upgradeUuid = "f4a9a22b-b663-4848-95a8-7c0cf844da3f"
this.exePackageVersion = project.version.toString()
}
}

Expand Down

0 comments on commit 0b117bc

Please sign in to comment.