Skip to content

Commit

Permalink
Fix invalid GH Action ref
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 29, 2024
1 parent 1ac9a7d commit d22cf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
security import INSTALLER_CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH
security list-keychain -d user -s $KEYCHAIN_PATH
- name: Setup Gradle
uses: gradle/gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew packageReleaseDistributionForCurrentOS -Pcompose.desktop.mac.sign=true --stacktrace
shell: bash
- name: Package Linux Distribution
Expand Down

0 comments on commit d22cf34

Please sign in to comment.