Skip to content

Commit b8f10b1

Browse files
author
Kasper Peeters
committed
AppImage issues fixed, ready for release.
1 parent ce5a5a3 commit b8f10b1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/appimage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
name: AppImage
66

7-
on: [push]
7+
# on: [push]
88

9-
# on:
10-
# release:
11-
# types: [created]
9+
on:
10+
release:
11+
types: [created]
1212

1313
jobs:
1414
build:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Linux
66

7-
on: [release]
7+
on: [push]
88

99
jobs:
1010
build:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: macOS
66

7-
on: [release]
7+
on: [push]
88

99
jobs:
1010
build:

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 5)
3-
set(CADABRA_VERSION_PATCH 5)
3+
set(CADABRA_VERSION_PATCH 6)
44
set(CADABRA_VERSION_TWEAK 0)
55
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH})
66
set(COPYRIGHT_YEARS "2001-2024")

0 commit comments

Comments
 (0)