Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
change package building command (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazanec15 committed Mar 27, 2020
1 parent 6e3a653 commit efd493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Run build
run: |
./gradlew release --console=plain -Dbuild.snapshot=false
./gradlew buildPackages --console=plain -Dbuild.snapshot=false
artifact=`ls build/distributions/*.zip`
rpm_artifact=`ls build/distributions/*.rpm`
deb_artifact=`ls build/distributions/*.deb`
Expand Down

0 comments on commit efd493f

Please sign in to comment.