Skip to content

Commit 79a552a

Browse files
committed
update release process to use proguard
1 parent 6b29d69 commit 79a552a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
gradle-${{ runner.os }}-
6565
6666
- name: Make package
67-
run: ./gradlew package
67+
run: ./gradlew packageReleaseDistributionForCurrentOS
6868

6969
- name: Notarize package
7070
if: runner.os == 'macOS'
71-
run: ./gradlew notarizeDmg
71+
run: ./gradlew notarizeReleaseDmg
7272

7373
- name: Archive artifacts
7474
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)