We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfecdc commit 99e9c9eCopy full SHA for 99e9c9e
.github/workflows/publish.yml
@@ -158,4 +158,4 @@ jobs:
158
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
159
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
160
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
161
- run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }} -x cargoBuild
+ run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=darwin -x cargoBuild
0 commit comments