Skip to content

Commit 8bfecdc

Browse files
Use jreleaserDeploy and update Cargo.lock (#19)
1 parent 0342aa3 commit 8bfecdc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
2525
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
2626
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
27-
run: ./gradlew api:publish api:jreleaserRelease
27+
run: ./gradlew api:publish api:jreleaserDeploy

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
4949
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
5050
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
51-
run: ./gradlew native:publish native:jreleaserRelease -Ptarget=${{ matrix.target }}
51+
run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }}
5252

5353
linux-musl:
5454
strategy:
@@ -89,7 +89,7 @@ jobs:
8989
RUSTFLAGS: "-C target-feature=-crt-static -C link-args=-static-libgcc"
9090
run: |
9191
export PATH="/opt/musl/${{ matrix.arch }}-linux-musl-cross/bin:$PATH"
92-
./gradlew native:publish native:jreleaserRelease -Ptarget=${{ matrix.target }}
92+
./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }}
9393
9494
windows:
9595
strategy:
@@ -122,7 +122,7 @@ jobs:
122122
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
123123
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
124124
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
125-
run: ./gradlew native:publish native:jreleaserRelease -Ptarget=${{ matrix.target }}
125+
run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }}
126126

127127
macos:
128128
name: Build macOS universal binary
@@ -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:jreleaserRelease -Ptarget=${{ matrix.target }} -x cargoBuild
161+
run: ./gradlew native:publish native:jreleaserDeploy -Ptarget=${{ matrix.target }} -x cargoBuild

native/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)