From e8c680c9a6171209c5daee48be5e3c950e06928d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Tue, 23 Dec 2025 19:04:15 +0100 Subject: [PATCH] Fix target for macos publishing --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e62a57f..ef47579 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -158,4 +158,4 @@ jobs: JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }} -x cargoBuild \ No newline at end of file + run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=darwin -x cargoBuild \ No newline at end of file