diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9050fe..511db15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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