mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-25 02:36:31 +00:00
Fixes [stage]
This commit is contained in:
@@ -77,7 +77,7 @@ public class DataStorageCompatibilityCheck {
|
||||
}
|
||||
|
||||
private static void runTransitoryBuild() throws Exception {
|
||||
var version = AppProperties.get().isStaging() ? "23.99-3" : "23.99";
|
||||
var version = AppProperties.get().isStaging() ? "23.99-4" : "23.99";
|
||||
var downloaded = AppDownloads.downloadArtifact(AppRelease.ofPortable(version));
|
||||
var tempTarget = AppSystemInfo.ofCurrent().getTemp().resolve("xpipe-v23.99");
|
||||
var shell = LocalShell.get(DataStorageCompatibilityCheck.class);
|
||||
|
||||
Reference in New Issue
Block a user