Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Sep 30, 2024
1 parent 4c87ece commit e0c9d55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ jobs:
# ./build-bin/package-mac.sh
# ./build/GanttProject.app/Contents/MacOS/GanttProject -h || echo "failed to run"
#
# - id: 'auth'
# uses: 'google-github-actions/auth@v1'
# with:
# credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
#
# - name: 'Set up Cloud SDK'
# uses: 'google-github-actions/setup-gcloud@v1'
#
# - name: 'Use gcloud CLI'
# run: 'gcloud info'
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'

- name: 'Use gcloud CLI'
run: 'gcloud info'
#
# - name: Sign GanttProject.app
# run: |
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 @@ -2,4 +2,5 @@
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
--

0 comments on commit e0c9d55

Please sign in to comment.