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