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 aa50585 commit 31f9c2fCopy full SHA for 31f9c2f
.github/workflows/release.yml
@@ -73,13 +73,11 @@ jobs:
73
- name: Fail the job if unit tests failed
74
if: env.UNIT_TEST_FAILED == 'true'
75
run: exit 1
76
-
77
- name: Upload JAR output
78
uses: actions/upload-artifact@v4
79
with:
80
name: Package
81
path: client/build/libs
82
83
- name: Publish to ossrh
84
run: |
85
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
0 commit comments