We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ba7c7 commit b673033Copy full SHA for b673033
.github/actions/build-project/action.yaml
@@ -118,7 +118,7 @@ runs:
118
mv build-logs.txt /opencb/
119
mv build-status.txt /opencb/
120
mv build-summary.txt /opencb/
121
-
+
122
- name: Check status
123
id: check-status
124
shell: bash
scripts/bisect.scala
@@ -9,7 +9,7 @@ import java.nio.file.attribute.PosixFilePermissions
9
import java.nio.charset.StandardCharsets
10
import java.nio.file._
11
12
-val communityBuildVersion = "v0.2.4"
+val communityBuildVersion = "v0.2.5"
13
14
@main def run(args: String*): Unit =
15
val config = scopt.OParser
0 commit comments