8000 Fix build-native-image action again (#2567) · temporalio/sdk-java@4a05f51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a05f51

Browse files
Fix build-native-image action again (#2567)
Fix build-native-image action
1 parent b3757fc commit 4a05f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
102102
# path ends in a wildcard because on windows the file ends in '.exe'
103103
- name: Upload executable to workflow
104-
if: ${{ inputs.upload_artifact == 'true'}}
104+
if: ${{ inputs.upload_artifact }}
105105
uses: actions/upload-artifact@v4
106106
with:
107107
name: ${{ matrix.musl && format('{0}_{1}_musl', matrix.os_family, matrix.arch) || format('{0}_{1}', matrix.os_family, matrix.arch)}}

0 commit comments

Comments
 (0)
0