Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 24, 2024
1 parent e0b45f5 commit aba8b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
cache-encryption-key: ${{ inputs.gradle-cache-encryption-key }}

- name: Setup Gradle Properties
if: runner.os != 'Windows'
shell: bash
run: |
echo "org.gradle.jvmargs=-Xms10g -Xmx10g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC" >> ~/.gradle/gradle.properties
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/desktop-window-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

- name: Update Licenses file
run: ./gradlew desktopApp:exportLibraryDefinitions -PaboutLibraries.exportPath=src/main/resources/
run: ./gradlew desktopApp:exportLibraryDefinitions -PaboutLibraries.exportPath="src/main/resources/"

- name: Create path variables
id: path_variables
Expand All @@ -50,12 +50,12 @@ jobs:
VERSION: ${{ env.VERSION }}
DROPBOX_API_KEY: ${{ secrets.DROPBOX_API_KEY }}

- name: Create DMG
- name: Create MSI
run: ./gradlew packageReleaseMsi

# TODO: remove, just for testing
- name: Upload asset
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.RELEASE_PATH }}
name: ${{ env.RELEASE_NAME }}
Expand Down

0 comments on commit aba8b21

Please sign in to comment.