Skip to content

Commit

Permalink
Trigger build 3313
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Nov 29, 2024
1 parent 4b71320 commit 97e1e91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: ['master', 'BRANCH*']
paths: ['ganttproject-builder/BUILD-HISTORY-MAJOR']
env:
BUILD_NUMBER: 3312
VERSION: 3.3.3312
BUILD_NUMBER: 3313
VERSION: 3.3.3313
WINDOWS_APP_FOLDER_NAME: GanttProject-3.3
MAC_APP_NAME: GanttProject 3.3
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: 17.0.12
java-version: 17.0.13
java-package: jdk+fx
cache: 'gradle'
- name: Build GanttProject
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: 17.0.12
java-version: 17.0.13
java-package: jdk+fx
cache: 'gradle'
- name: Build GanttProject
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: 17.0.12
java-version: 17.0.13
java-package: jdk+fx
cache: 'gradle'
- name: Build GanttProject
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: 17.0.12
java-version: 17.0.13
java-package: jdk+fx
cache: 'gradle'
- name: Build GanttProject
Expand Down
1 change: 1 addition & 0 deletions ganttproject-builder/BUILD-HISTORY-MAJOR
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
2024-09-30 3312 again, with update JRE and hopefully with notarized macOS Silicon
2024-09-30 3312 again, maybe now we will build pretty signed notarized packages
2024-11-29 3313 update launchers in ZIP and dependencies in deb package with the latest Java runtimes
2024-11-29 3313 again, now with the right build number
--
2 changes: 1 addition & 1 deletion ganttproject-builder/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3312
3.3.3313

0 comments on commit 97e1e91

Please sign in to comment.