Skip to content

Commit 85ae78f

Browse files
committed
Created publication of release
1 parent 3f24345 commit 85ae78f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/create-release/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ runs:
4848
with:
4949
name: Thorn_SV-COMP
5050
path: upload/
51+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v3.0.2
52+
with:
53+
name: ThetaCHC_SV-COMP
54+
path: upload/
5155
- run: for i in $(find jar -name "*-all.jar"); do mv -v $i upload/$(basename ${i%-${{steps.value.outputs.version}}-all.jar}.jar); done
5256
shell: bash
5357
- name: Release

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929

3030
allprojects {
3131
group = "hu.bme.mit.theta"
32-
version = "6.13.0"
32+
version = "6.13.1"
3333

3434
apply(from = rootDir.resolve("gradle/shared-with-buildSrc/mirrors.gradle.kts"))
3535
}

0 commit comments

Comments
 (0)