We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beb1d1 commit e9110acCopy full SHA for e9110ac
.github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
56
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
57
58
- - name: Publish Linux Artifacts
+ - name: Publish Linux Artifacts
59
if: matrix.os == 'ubuntu-latest'
60
run: ./gradlew publishLinux --no-daemon --stacktrace
61
env:
0 commit comments