Skip to content

Commit 97a3f8b

Browse files
committed
[GHA] Corrections
1 parent 8fcd162 commit 97a3f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ jobs:
103103
- name: Store S3 Paths
104104
id: s3-paths
105105
run: |
106+
eclipse_profile=${{ inputs.eclipse_profile }}
106107
eclipse_version=${eclipse_profile:0:2}.${eclipse_profile:2}
107108
build_type=${{ inputs.build_type }}
108-
if [[ "$build_type" == "snapshot" ]]; then
109+
if [[ "${build_type}" == "snapshot" ]]; then
109110
dist_path=${{ inputs.build_type }}/dist/$eclipse_version
110111
p2_path=${{ inputs.build_type }}/update/$eclipse_version
111112
else

0 commit comments

Comments
 (0)