Skip to content

Commit b673033

Browse files
committed
after rebase fixes
1 parent 07ba7c7 commit b673033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-project/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118
mv build-logs.txt /opencb/
119119
mv build-status.txt /opencb/
120120
mv build-summary.txt /opencb/
121-
121+
122122
- name: Check status
123123
id: check-status
124124
shell: bash

scripts/bisect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.nio.file.attribute.PosixFilePermissions
99
import java.nio.charset.StandardCharsets
1010
import java.nio.file._
1111

12-
val communityBuildVersion = "v0.2.4"
12+
val communityBuildVersion = "v0.2.5"
1313

1414
@main def run(args: String*): Unit =
1515
val config = scopt.OParser

0 commit comments

Comments
 (0)