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 0f5f5e0 commit fa1adeaCopy full SHA for fa1adea
.github/workflows/manual.yml
@@ -33,8 +33,8 @@ jobs:
33
native-image-musl: ${{ matrix.musl }}
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
- run: |
36
- ./gradlew build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }}
37
- - uses: actions/upload-artifact@v2
+ ./gradlew build nativeCompile -PspringShellSampleMusl=${{ matrix.musl }} -x test
+ - uses: actions/upload-artifact@v3
38
with:
39
name: spring-shell-samples-${{ matrix.nickname }}
40
retention-days: 1
0 commit comments