Skip to content

Commit 99e9c9e

Browse files
Fix target for macos publishing (#20)
1 parent 8bfecdc commit 99e9c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)