Skip to content

Commit

Permalink
Separate proguard and package step on desktop pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jan 23, 2024
1 parent 2597af0 commit 4508d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
SENTRY_DNS: ${{ secrets.SENTRY_DNS }}
VERSION: ${{ steps.path_variables.outputs.VERSION }}

- name: Run Proguard
run: ./gradlew :desktopApp:proguardReleaseJars

- name: Create DMG
run: ./gradlew packageReleaseDmg

Expand Down

0 comments on commit 4508d00

Please sign in to comment.