Skip to content

Commit

Permalink
Fix gradle command for windows
Browse files Browse the repository at this point in the history
Signed-off-by: solonovamax <[email protected]>
  • Loading branch information
solonovamax committed Sep 4, 2023
1 parent be01547 commit d535e5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Publish MinGW artifacts to solo studios
run: |
./gradlew \
publishMingwX64PublicationToSoloStudiosRepository
./gradlew publishMingwX64PublicationToSoloStudiosRepository
- name: Publish MinGW artifacts to Sonatype
# if: startsWith(github.ref, 'refs/tags') # Only publish to sonatype if tagged
run: |
./gradlew \
publishMingwX64PublicationToSonatypeRepository
./gradlew publishMingwX64PublicationToSonatypeRepository
publish-mac:
name: Publish macOS artifacts
Expand Down

0 comments on commit d535e5b

Please sign in to comment.