Skip to content

Commit e9110ac

Browse files
committed
Fix linux
1 parent 2beb1d1 commit e9110ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
5656
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
5757

58-
- name: Publish Linux Artifacts
58+
- name: Publish Linux Artifacts
5959
if: matrix.os == 'ubuntu-latest'
6060
run: ./gradlew publishLinux --no-daemon --stacktrace
6161
env:

0 commit comments

Comments
 (0)