diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
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) |