mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
[ci] Try to fix snapshot publishing
This commit is contained in:
parent
d9f3fe616c
commit
4962f1907e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -234,6 +234,9 @@ jobs:
|
||||
name: Ensure KDoc valid
|
||||
run: ./gradlew dokkaHtmlMultiModule ${{ env.gradleArgs }}
|
||||
|
||||
- name: Release RAM
|
||||
run: node ci-release-helper/scripts/kill-java.js
|
||||
|
||||
- name: Publish Snapshots
|
||||
if: ${{ github.event.pusher && env.isMac == 'true' }}
|
||||
run: ./gradlew publishAllPublicationsToMiraiRepoRepository ${{ env.gradleArgs }}
|
||||
@ -379,6 +382,9 @@ jobs:
|
||||
|
||||
# Publish native snapshots. Other artifacts are published in build-mirai-all
|
||||
|
||||
- name: Release RAM
|
||||
run: node ci-release-helper/scripts/kill-java.js
|
||||
|
||||
- name: Publish MingwX64 Snapshots
|
||||
if: ${{ github.event.pusher && env.isWindows == 'true' }}
|
||||
run: ./gradlew publishMingwX64PublicationToMiraiRepoRepository ${{ env.gradleArgs }}
|
||||
|
Loading…
Reference in New Issue
Block a user