Skip to content

Commit e8c680c

Browse files
Fix target for macos publishing
1 parent 8bfecdc commit e8c680c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ jobs:
158158
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
159159
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
160160
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
161-
run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }} -x cargoBuild
161+
run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=darwin -x cargoBuild

0 commit comments

Comments
 (0)