Skip to content

Commit

Permalink
Do not use pwsh for Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 28, 2023
1 parent dfa0add commit a5fbea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
security list-keychain -d user -s $KEYCHAIN_PATH
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.0.0-beta.1
- run: ./gradlew packageReleaseDistributionForCurrentOS -Pcompose.desktop.mac.sign=true --stacktrace
- run: ./gradlew packageReleaseDistributionForCurrentOS -Pcompose.desktop.mac.sign=true
shell: bash
- name: Package Linux Distribution
if: matrix.os == 'ubuntu-latest'
run: ./gradlew packageDistributable
Expand Down

0 comments on commit a5fbea3

Please sign in to comment.