We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b5e44 commit 3de32ccCopy full SHA for 3de32cc
1 file changed
.github/workflows/cache_java.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: actions/upload-artifact@v4
80
with:
81
name: sdkman-installation-amd64
82
- path: $GITHUB_WORKSPACE/sdkman
+ path: ${{ env.GITHUB_WORKSPACE }}/sdkman
83
84
setup-sdkman-amd64-musl:
85
runs-on: ubuntu-latest
0 commit comments