Skip to content

Commit

Permalink
[CI] Upload copy of descriptor files w/o timestamp suffix.
Browse files Browse the repository at this point in the history
See #456
  • Loading branch information
onobc committed Oct 9, 2023
1 parent b56072a commit dbe36ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ jobs:
if: ${{ needs.parameters.outputs.build_version_type == 'snapshot' }}
shell: bash
env:
RELEASE_TRAIN_VERSION=${{ needs.parameters.outputs.release_train_version }}
RELEASE_TRAIN_VERSION: ${{ needs.parameters.outputs.release_train_version }}
run: |
SRC_ROOT=./stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF
TARGET_REPO=https://repo.spring.io/artifactory/libs-snapshot-local/org/springframework/cloud/stream/app/stream-applications-descriptor/${RELEASE_TRAIN_VERSION}/stream-applications-descriptor
Expand Down

0 comments on commit dbe36ec

Please sign in to comment.