We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0e27b commit 5c6c17bCopy full SHA for 5c6c17b
.github/workflows/build-native-image.yml
@@ -86,7 +86,7 @@ jobs:
86
docker run \
87
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
88
ghcr.io/graalvm/native-image-community:21-muslib \
89
- sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
+ "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
90
# path ends in a wildcard because on windows the file ends in '.exe'
91
- name: Upload executable to workflow
92
uses: actions/upload-artifact@v4
0 commit comments