Skip to content

Commit 8b27834

Browse files
committed
Fix GitHub Action
1 parent 1444364 commit 8b27834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ CheckUpdate.apply(project, hmclChannel)
2626
val hmclVersion: String = ext.get(CheckUpdate.HMCL_VERSION).toString()
2727
val hmclDownloadBaseUri: String = ext.get(CheckUpdate.HMCL_DOWNLOAD_BASE_URI).toString()
2828

29-
val existing = CheckExisting.checkExisting(hmclChannel, hmclDownloadBaseUri)
30-
3129
version = hmclVersion
3230

31+
val existing = CheckExisting.checkExisting(hmclChannel, hmclVersion)
32+
3333
val downloadDir = layout.buildDirectory.dir("downloads")
3434

3535
val upload by tasks.registering {

0 commit comments

Comments
 (0)