Skip to content

Commit

Permalink
Fix Maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Aug 25, 2021
1 parent 125c4b3 commit c1fcdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-konan-
- name: Publish MacOS Artifacts
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-11'
run: ./gradlew publishAllPublicationsToMavenRepository

- name: Publish Windows Artifacts
Expand Down

0 comments on commit c1fcdb5

Please sign in to comment.