all platforms for macos publication
This commit is contained in:
parent
9cc30b1f4e
commit
be8e971436
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -50,6 +50,6 @@ jobs:
|
||||
- name: Publish Mac Artifacts
|
||||
if: matrix.os == 'macOS-latest'
|
||||
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.token=${{ secrets.SPACE_APP_SECRET }}
|
||||
|
Loading…
Reference in New Issue
Block a user