fix multiline yaml operator

This commit is contained in:
Kenneth Bingham 2023-11-01 17:20:21 -04:00
parent b3f36facad
commit b38dd4e049
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -76,7 +76,7 @@ jobs:
- name: Upload DEB to Artifactory release repo
shell: bash
run: >
run: |
for DEB in ./dist/*.deb; do
echo "INFO: Uploading $DEB"
jf rt upload --recursive=false --flat=true \
@ -146,7 +146,7 @@ jobs:
- name: Upload DEB to Artifactory release repo
shell: bash
run: >
run: |
for DEB in ./dist/*.deb; do
echo "INFO: Uploading $DEB"
jf rt upload --recursive=false --flat=true \
@ -216,7 +216,7 @@ jobs:
- name: Upload DEB to Artifactory release repo
shell: bash
run: >
run: |
for DEB in ./dist/*.deb; do
echo "INFO: Uploading $DEB"
jf rt upload --recursive=false --flat=true \