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 8fcd162 commit 97a3f8bCopy full SHA for 97a3f8b
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -103,9 +103,10 @@ jobs:
103
- name: Store S3 Paths
104
id: s3-paths
105
run: |
106
+ eclipse_profile=${{ inputs.eclipse_profile }}
107
eclipse_version=${eclipse_profile:0:2}.${eclipse_profile:2}
108
build_type=${{ inputs.build_type }}
- if [[ "$build_type" == "snapshot" ]]; then
109
+ if [[ "${build_type}" == "snapshot" ]]; then
110
dist_path=${{ inputs.build_type }}/dist/$eclipse_version
111
p2_path=${{ inputs.build_type }}/update/$eclipse_version
112
else
0 commit comments