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 30e55dd commit d90ff49Copy full SHA for d90ff49
.github/workflows/push.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: '17'
20
cache: 'gradle'
21
- run: ./gradlew check assemble --continue
22
- - uses:
+ - uses: softprops/action-gh-release@v1
23
with:
24
files: |
25
build/libs/*.jar
0 commit comments