Skip to content

Commit

Permalink
AppImage issues fixed, ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 29, 2024
1 parent ce5a5a3 commit b8f10b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

name: AppImage

on: [push]
# on: [push]

# on:
# release:
# types: [created]
on:
release:
types: [created]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: Linux

on: [release]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: macOS

on: [release]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CADABRA_VERSION_MAJOR 2)
set(CADABRA_VERSION_MINOR 5)
set(CADABRA_VERSION_PATCH 5)
set(CADABRA_VERSION_PATCH 6)
set(CADABRA_VERSION_TWEAK 0)
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH})
set(COPYRIGHT_YEARS "2001-2024")
Expand Down

0 comments on commit b8f10b1

Please sign in to comment.