aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-16 20:57:28 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-16 20:57:28 +0300
commita749199e04f05d45180b934c536312bcb8ccc515 (patch)
tree6e6e28a7d1a85ed1ab0c5f74f5b016557e06937c /.github
parent2bbc5840813af3e7c15949a240dbfef3ae17b259 (diff)
downloadsciteco-a749199e04f05d45180b934c536312bcb8ccc515.tar.gz
set target release to v2.2.0
* The Mac OS package for v2.1.0 actually still encodes "2.0.0". But I am going to ignore this. It's not worth fixing, considering the experimental nature of the Mac OS builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0af6612..21871af 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -135,7 +135,7 @@ jobs:
# FIXME: Should we encode the Git commit into the package version?
# Unfortunately, I cannot find detailed information on how Mac OS
# interpretes these version strings.
- pkgbuild --identifier net.sf.sciteco.pkg --version 2.0.0 \
+ pkgbuild --identifier net.sf.sciteco.pkg --version 2.2.0 \
--root temp-install --install-location / \
sciteco-curses_nightly_macos_x86_64.pkg
- name: Archive Mac OS Distribution (ncurses)