We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f24345 commit 85ae78fCopy full SHA for 85ae78f
.github/actions/create-release/action.yml
@@ -48,6 +48,10 @@ runs:
48
with:
49
name: Thorn_SV-COMP
50
path: upload/
51
+ - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v3.0.2
52
+ with:
53
+ name: ThetaCHC_SV-COMP
54
+ path: upload/
55
- run: for i in $(find jar -name "*-all.jar"); do mv -v $i upload/$(basename ${i%-${{steps.value.outputs.version}}-all.jar}.jar); done
56
shell: bash
57
- name: Release
build.gradle.kts
@@ -29,7 +29,7 @@ buildscript {
29
30
allprojects {
31
group = "hu.bme.mit.theta"
32
- version = "6.13.0"
+ version = "6.13.1"
33
34
apply(from = rootDir.resolve("gradle/shared-with-buildSrc/mirrors.gradle.kts"))
35
}
0 commit comments