Skip to content

Commit

Permalink
Merge remote-tracking branch 'space/master' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
altavir committed Mar 31, 2023
2 parents 4543648 + be8e971 commit 4e7ead0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
publish:
environment:
name: publish
env:
publishing.github: false
strategy:
matrix:
os: [ macOS-latest, windows-latest ]
Expand Down Expand Up @@ -48,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 }}

0 comments on commit 4e7ead0

Please sign in to comment.