Merge remote-tracking branch 'space/master' into dev
# Conflicts: # gradle.properties
This commit is contained in:
commit
4e7ead0763
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
environment:
|
environment:
|
||||||
name: publish
|
name: publish
|
||||||
|
env:
|
||||||
|
publishing.github: false
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ macOS-latest, windows-latest ]
|
os: [ macOS-latest, windows-latest ]
|
||||||
@ -48,6 +50,6 @@ jobs:
|
|||||||
- name: Publish Mac Artifacts
|
- name: Publish Mac Artifacts
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
run: >
|
run: >
|
||||||
./gradlew release --no-daemon --build-cache -Ppublishing.enabled=true -Ppublishing.platform=macosX64
|
./gradlew release --no-daemon --build-cache -Ppublishing.enabled=true
|
||||||
-Ppublishing.space.user=${{ secrets.SPACE_APP_ID }}
|
-Ppublishing.space.user=${{ secrets.SPACE_APP_ID }}
|
||||||
-Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }}
|
-Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }}
|
||||||
|
Loading…
Reference in New Issue
Block a user