diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index b8473cc61..e3777b073 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -189,13 +189,14 @@ jobs: # build-bin/notarize.sh $VERSION "BarD Software s.r.o" "--" staple # rm build/*.dmg # + - name: 'Build DMG package' - uses: actions/setup-python@v5 with: python-version: '3.10' - run: | mkdir -p build curl -o build/GanttProject.zip https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip - cd build && unzip GanttProject.zip & cd .. + cd build && unzip GanttProject.zip && cd .. pip install dmgbuild dmgbuild -s build-cfg/dmgbuild.py "$MAC_APP_NAME" ./ganttproject-$VERSION-silicon.dmg gsutil cp ./ganttproject-$VERSION-silicon.dmg gs://dl.ganttproject.biz && gsutil acl ch -u AllUsers:R gs://dl.ganttproject.biz/ganttproject-$VERSION-silicon.dmg; diff --git a/ganttproject-builder/BUILD-HISTORY-MAJOR b/ganttproject-builder/BUILD-HISTORY-MAJOR index 74cf5437c..fff127e2a 100644 --- a/ganttproject-builder/BUILD-HISTORY-MAJOR +++ b/ganttproject-builder/BUILD-HISTORY-MAJOR @@ -2,5 +2,4 @@ 2024-05-28 3309 again, now with macOS Intel in the workflow 2024-09-30 3312 Package deps for Ubuntu and new public key for updates 2024-09-30 3312 again, with update JRE and hopefully with notarized macOS Silicon -2024-09-30 3312 +1 -- \ No newline at end of file