Skip to content

Commit

Permalink
Try to understand why desktop release get stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 29, 2023
1 parent f6c342f commit 0aa4db7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ jobs:
SENTRY_DNS: ${{ secrets.SENTRY_DNS }}
VERSION: ${{ steps.path_variables.outputs.VERSION }}

# TODO: temporary to debug errors
- name: Proguard
run: ./gradlew :desktopApp:proguardReleaseJars

- name: Create DMG
run: ./gradlew packageReleaseDmg
run: ./gradlew packageReleaseDmg --info

- name: Upload reports
if: failure()
Expand Down

0 comments on commit 0aa4db7

Please sign in to comment.