Skip to content

Commit

Permalink
Fix issue with creating desktop packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Feb 23, 2022
1 parent 54e2186 commit bc29aea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
distribution: 'temurin'
java-version: '${{ matrix.java }}'
- name: 'Build packages with Gradle'
run: './gradlew :ballast-debugger-ui:package'
run: './gradlew :ballast-debugger-ui:package -Prelease -PorchidEnvironment=prod'
- name: 'Upload Ballast Debugger UI packages'
uses: 'actions/upload-artifact@v2'
with:
Expand All @@ -85,4 +85,3 @@ jobs:
ballast-debugger-ui/build/compose/binaries/main/**/*.deb
retention-days: 1
if-no-files-found: 'error'

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.2 - 2022-02-23

- Fix issue with creating desktop packages.

## 0.8.1 - 2022-02-23

- Fix issue with creating desktop packages.
Expand Down

0 comments on commit bc29aea

Please sign in to comment.