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 10a3920 commit 32d87fcCopy full SHA for 32d87fc
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
38
run: ./gradlew build
39
- name: collect artifacts to out folder
40
+ if: ${{ !startsWith(github.event.head_commit.message, '[ci skip]') }}
41
run: |
42
mkdir out
43
mv ./versions/1.17.1/build/libs/* ./out
0 commit comments