diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 82e27bbb4c..d09fedd6c4 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -193,7 +193,8 @@ jobs: with: python-version: '3.10' - run: | - curl https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip > build/GanttProject.zip + mkdir -p build + curl -o build/GanttProject.zip https://storage.googleapis.com/dl.ganttproject.biz/GanttProject.zip cd build && unzip GanttProject.zip & cd .. pip install dmgbuild dmgbuild -s dmgbuild.py "$MAC_APP_NAME" ./ganttproject-$VERSION-silicon.dmg diff --git a/ganttproject-builder/BUILD-HISTORY-MAJOR b/ganttproject-builder/BUILD-HISTORY-MAJOR index 09abd75608..aa5ae02f7c 100644 --- a/ganttproject-builder/BUILD-HISTORY-MAJOR +++ b/ganttproject-builder/BUILD-HISTORY-MAJOR @@ -4,5 +4,4 @@ 2024-09-30 3312 again, with update JRE and hopefully with notarized macOS Silicon 2024-09-30 3312 +1 2024-09-30 3312 +1 -2024-09-30 3312 +1 -- \ No newline at end of file